Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 13, 2024
1 parent 9b63f60 commit 8eefdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
run: ./../test_superlink.sh "${{ matrix.directory }}"
# - name: Run driver test with REST
# if: ${{ matrix.directory == 'e2e-bare' }}
run: ./../test_superlink.sh bare rest
# run: ./../test_superlink.sh bare rest
- name: Run driver test with SQLite database
if: ${{ matrix.directory == 'e2e-bare' }}
run: ./../test_superlink.sh bare sqlite
Expand Down

0 comments on commit 8eefdd0

Please sign in to comment.