Skip to content

Commit 7a4964c

Browse files
chore: changed e2e action
1 parent 61452f2 commit 7a4964c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/verify.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Package Tests
2626
run: yarn test
2727

28-
- name: E2E Tests
29-
uses: ./.github/workflows/e2e.yml
30-
with:
31-
skip_setup: true # Skip redundant setup steps
28+
e2e:
29+
needs: pre-publish
30+
uses: ./.github/workflows/e2e.yml@${{ github.ref }}
31+
secrets:
32+
CLOUD_PROJECT_ID: ${{ secrets.CLOUD_PROJECT_ID }}
33+
with:
34+
skip_setup: true

0 commit comments

Comments
 (0)