Skip to content

Commit

Permalink
Maybe fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Apr 21, 2024
1 parent 86123bb commit bb3311f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/generator-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: devcontainers/[email protected]
- uses: actions/setup-node@v3
with:
runCmd: |
cd cli
make run test
node-version: 18
- uses: denoland/setup-deno@v1
with:
deno-version: "1.34.0"
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'microsoft'
- run: make run test
working-directory: ./cli
- uses: actions/upload-artifact@v4
with:
path:
Expand Down

0 comments on commit bb3311f

Please sign in to comment.