Skip to content

Commit

Permalink
GH Actions: stop running sbt test in compiler
Browse files Browse the repository at this point in the history
I think it's unnecessary to run it here, since we have a CI pipeline
directly in the `kaitai_struct_compiler` repo that does the same thing:
https://github.com/kaitai-io/kaitai_struct_compiler/blob/12dbc32226eb9e94b76f803f3c8ff5f8943e5f8d/.github/workflows/test.yml
  • Loading branch information
generalmimon committed Dec 29, 2024
1 parent 50c6b52 commit 098909b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ jobs:
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

- name: translator-tests
run: |
cd tests
./translator-tests || true
- name: build-formats
run: |
cd tests
Expand Down

0 comments on commit 098909b

Please sign in to comment.