Skip to content

Commit dafc323

Browse files
ci: Fix integration tests
1 parent c63f1c0 commit dafc323

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Run Integration Tests
28-
run: sh test/integration.sh
28+
run: test/integration.sh

test/integration.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)