Skip to content

Commit

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

0 comments on commit 3bc399b

Please sign in to comment.