Skip to content

Commit

Permalink
wip: gha test
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 25, 2024
1 parent 05585c6 commit 5170526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ on:

jobs:
build-test:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: 7mind/github-env@minimal
- name: Run test build
run: ./build.sh nix test
build-scala:
strategy:
fail-fast: false
runs-on: ubuntu-latest
needs: [ build-test ]
steps:
Expand All @@ -31,6 +35,8 @@ jobs:
- name: Build and Test
run: ./build.sh nix publish-scala
build-cs:
strategy:
fail-fast: false
runs-on: ubuntu-latest
needs: [ build-test ]
steps:
Expand Down

0 comments on commit 5170526

Please sign in to comment.