Skip to content

Commit

Permalink
continue on error expecting an error
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 2, 2023
1 parent a56fd9f commit 83d8a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
- run: npm install
- run: npm run all
- run: npm run pack
- name: setup-foreman with working-directory

- name: setup-foreman with working-directory expect failure
uses: ./
with:
version: "*"
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: tests
allow-external-github-orgs: false
- run: foreman --version
- run: selene --version
continue-on-error: true

0 comments on commit 83d8a1b

Please sign in to comment.