Skip to content

Commit 2169213

Browse files
committed
Hook up secrets integration test
1 parent 099f111 commit 2169213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- { file: './misc/integration-test-sql.sh', gha_alias: 'SQL' }
3333
- { file: './misc/integration-test-encoding.sh', gha_alias: 'File Encoding' }
3434
- { file: './misc/integration-test-default-config.sh', gha_alias: 'Default Config' }
35+
- { file: './misc/integration-test-secrets.sh', gha_alias: 'Secrets' }
3536
name: Run integration test - ${{ matrix.scripts.gha_alias }}
3637
steps:
3738
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)