Skip to content

Commit

Permalink
try fix macos tests because magefile/mage-action#332
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Oct 4, 2024
1 parent 22ea701 commit 658e92f
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 @@ -21,17 +21,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
uses: magefile/mage-action@v3
uses: magefile/mage-action@v2
with:
version: latest
args: lint
- name: Doc Verify
uses: magefile/mage-action@v3
uses: magefile/mage-action@v2
with:
version: latest
args: docVerify
- name: Test
uses: magefile/mage-action@v3
uses: magefile/mage-action@v2
with:
version: latest
args: test
Expand Down

0 comments on commit 658e92f

Please sign in to comment.