Skip to content

Commit

Permalink
Merge 5f5278e into bd539c8
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Jun 18, 2024
2 parents bd539c8 + 5f5278e commit cadc4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
moon fmt
git diff --exit-code
coverage-check-bleeding:
coverage-check:
runs-on: macos-14
continue-on-error: true
steps:
- uses: actions/checkout@v4

- name: install
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash -s bleeding
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: moon test
Expand Down

0 comments on commit cadc4df

Please sign in to comment.