Skip to content

Commit f4dee40

Browse files
authored
ci: Using v1 tag for integration-testing-setup (#50)
1 parent f0ff798 commit f4dee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: npm install
2626
- name: Setup database and engine
2727
id: setup
28-
uses: firebolt-db/integration-testing-setup@master
28+
uses: firebolt-db/integration-testing-setup@v1
2929
with:
3030
firebolt-username: ${{ secrets.FIREBOLT_USERNAME }}
3131
firebolt-password: ${{ secrets.FIREBOLT_PASSWORD }}

0 commit comments

Comments
 (0)