Skip to content

fix actions

fix actions #99

Workflow file for this run

name: test
on:
push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
with:
clean: false
fetch-depth: 0 # with tags
submodules: 'recursive'
- uses: actions/setup-java@v4.1.0
with:
java-version: 21
distribution: 'zulu'
- uses: actions/setup-node@v4.0.2
working-directory: ./purs/test

Check failure on line 20 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 20, Col: 7): Unexpected value 'working-directory'
with:
cache: 'npm'
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: sbt +test
- name: npm i
run: npm i
working-directory: ./purs/test
- name: spago build
run: npx spago build
working-directory: ./purs/test
- name: spago test
run: npx spago test
working-directory: ./purs/test