Skip to content

Commit

Permalink
ci: fix broken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Dec 1, 2024
1 parent 272d852 commit cbac0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Yarn
- name: Install yarn (required locally)
run: npm install --global yarn
- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
name: spec 2019-09 test results
path: test-result-spec2019-09.json
- name: Debug environment variables
- uses: dorny/[email protected]
with:
fail-on-error: false
name: spec test results # Name of the check run which will be created
Expand Down

0 comments on commit cbac0f1

Please sign in to comment.