There was an error while loading. Please reload this page.
1 parent fb8b99e commit 530ec96Copy full SHA for 530ec96
1 file changed
.github/workflows/check-test-e2e.yml
@@ -85,3 +85,12 @@ jobs:
85
TURSO_LOCATION: ${{ secrets.E2E_TURSO_LOCATION }}
86
run: |
87
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