Skip to content

Commit

Permalink
Remove the run tests step as it is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertOstermann committed Mar 17, 2024
1 parent 3352914 commit 20cc79e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python-version: 3.8
- name: Install sqlfluff
run: pip install sqlfluff
- name: Run tests
uses: GabrielBB/[email protected]
with:
run: npm test
# - name: Run tests
# uses: GabrielBB/[email protected]
# with:
# run: npm test
- name: Publish
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
run: npm run deploy
Expand Down

0 comments on commit 20cc79e

Please sign in to comment.