Skip to content

Commit

Permalink
chore: Enable E2E tests on push to next/release (#12061)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Sep 14, 2023
1 parent bd6b4a9 commit 9f935fc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/callable-release-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: ubuntu-latest
prebuild-macos:
uses: ./.github/workflows/callable-prebuild-amplify-js.yml
with:
runs_on: macos-latest
# prebuild-macos:
# uses: ./.github/workflows/callable-prebuild-amplify-js.yml
# with:
# runs_on: macos-latest
prebuild-samples-staging:
secrets: inherit
uses: ./.github/workflows/callable-prebuild-samples-staging.yml
e2e:
needs:
- prebuild-macos
# - prebuild-macos
- prebuild-ubuntu
- prebuild-samples-staging
secrets: inherit
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/push-next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ concurrency:
on:
push:
branches:
- invalid-branch
- next/release

jobs:
e2e:
secrets: inherit
uses: ./.github/workflows/callable-release-verification.yml
next-release:
needs:
- e2e
secrets: inherit
uses: ./.github/workflows/callable-npm-publish-preid.yml
with:
preid: next
allow-protected-preid: true
# next-release:
# needs:
# - e2e
# secrets: inherit
# uses: ./.github/workflows/callable-npm-publish-preid.yml
# with:
# preid: next
# allow-protected-preid: true

0 comments on commit 9f935fc

Please sign in to comment.