Skip to content

fix not being able to run local Gradle wrapper #31

fix not being able to run local Gradle wrapper

fix not being able to run local Gradle wrapper #31

Workflow file for this run

name: PR workflow
on:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v11
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm install
npm test
cd it-tests
./verify.sh