Skip to content

Commit 530ec96

Browse files
committed
ci: Add native JS deployment to e2e tests
1 parent fb8b99e commit 530ec96

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/check-test-e2e.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,12 @@ jobs:
8585
TURSO_LOCATION: ${{ secrets.E2E_TURSO_LOCATION }}
8686
run: |
8787
nix develop --command ./scripts/test-e2e.sh ./obelisk-local-go-all.toml truncate
88+
89+
- name: Verify obelisk-local-native-all.toml
90+
env:
91+
GITHUB_TOKEN_STARGAZERS: ${{ secrets.E2E_GITHUB_TOKEN }}
92+
TEST_GITHUB_LOGIN: ${{ secrets.TEST_GITHUB_LOGIN }}
93+
TURSO_TOKEN: ${{ secrets.E2E_TURSO_TOKEN }}
94+
TURSO_LOCATION: ${{ secrets.E2E_TURSO_LOCATION }}
95+
run: |
96+
nix develop --command ./scripts/test-e2e.sh obelisk-local-native-all.toml truncate

0 commit comments

Comments
 (0)