We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca025dc commit 3307658Copy full SHA for 3307658
.github/workflows/temp-e2e-verification.yml
@@ -10,21 +10,6 @@ on:
10
- fix/v5-e2e-testing
11
12
jobs:
13
- prebuild-ubuntu:
14
- uses: ./.github/workflows/callable-prebuild-amplify-js.yml
15
- with:
16
- runs_on: ubuntu-latest
17
- prebuild-macos:
18
19
20
- runs_on: macos-latest
21
- prebuild-samples-staging:
22
- secrets: inherit
23
- uses: ./.github/workflows/callable-prebuild-samples-staging.yml
24
e2e:
25
- needs:
26
- - prebuild-macos
27
- - prebuild-ubuntu
28
- - prebuild-samples-staging
29
secrets: inherit
30
- uses: ./.github/workflows/callable-e2e-tests.yml
+ uses: ./.github/workflows/callable-release-verification.yml
0 commit comments