Skip to content

Update test.yml

Update test.yml #7

Workflow file for this run

on: [push, pull_request]
name: cwtools
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Set chmod
run: chmod +x ./build.sh
- name: Test
run: /bin/sh ./build.sh DryRelease