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 5170526 commit 46f7b52
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ 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 @@ -35,8 +31,6 @@ 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
Empty file modified devops/publish-cs.sh
100644 → 100755
Empty file.
Empty file modified devops/publish-scala.sh
100644 → 100755
Empty file.

0 comments on commit 46f7b52

Please sign in to comment.