Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sombriks committed Jun 25, 2024
1 parent 54c6780 commit e9dc500
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
go-version-file: './sample-kanban-go/go.mod'
- run: go build -v ./...
- run: go test -cover -v ./...
2 changes: 1 addition & 1 deletion .github/workflows/jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
distribution: oracle
java-version: 17
- run: ./gradlew built bootJar
- run: ./gradlew build bootJar
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
workflow_dispatch:
defaults:
run:
working-directory: sample-kanban-node
working-directory: ./sample-kanban-node
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ./package.json
node-version-file: ./sample-kanban-node/package.json
- run: npm ci
- run: npm run test

0 comments on commit e9dc500

Please sign in to comment.