Skip to content

Merge branch 'master' into release/v1 #9

Merge branch 'master' into release/v1

Merge branch 'master' into release/v1 #9

Workflow file for this run

name: "Test release"
on: # rebuild any PRs and main branch changes
pull_request:
branches:
- 'release/*'
push:
branches:
- 'release/*'
jobs:
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
- run: 'which goss'
- run: 'which dgoss'
- run: 'which dcgoss'
- run: 'which kgoss'