Skip to content

Commit

Permalink
Update coverage_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbytroNic0528 authored Oct 11, 2024
1 parent 8fd3751 commit 2022af8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/coverage_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,19 @@ jobs:

- name: Install dependencies
run: |
sudo apt install python3-pip
pip install -r scripts/requirements.txt
test:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4


- name: install
run: |
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
echo "$HOME/.moon/bin" >> $GITHUB_PATH
- name: initial moon test
run: moon test --enable-coverage

Expand Down Expand Up @@ -139,4 +143,4 @@ jobs:
- name: Download HawkEye
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/$HAWKEYE_VERSION/hawkeye-installer.sh | sh
- name: Check License Header
run: hawkeye check
run: hawkeye check

0 comments on commit 2022af8

Please sign in to comment.