Skip to content

Commit

Permalink
revert pipeline to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed May 28, 2024
1 parent b7fb5fd commit 066f986
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
- name: Delete `.cargo` directory # to save disk space
run: rm -rf /home/runner/.cargo
if: runner.os == 'Linux'
# - run: sbt scalafmtCheck test
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
- run: sbt scalafmtCheck test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} && ./testDistro.sh
- run: |
sbt stage
cd joern-cli/target/universal/stage
./schema-extender/test.sh
cd -
Expand Down

0 comments on commit 066f986

Please sign in to comment.