Skip to content

Commit

Permalink
ci: revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwine36 committed Aug 21, 2024
1 parent 673cdf9 commit d311c1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
ci:
name: 'CI'
runs-on: 'ubuntu-latest'
strategy:
matrix:
index: [0, 1]
steps:
- uses: 'actions/checkout@v4'
with:
Expand All @@ -24,7 +21,7 @@ jobs:
# auto-install: true
# cache: false

- run: 'moon ci --color --job ${{ matrix.index }} --jobTotal 2'
- run: 'moon ci --color'
- uses: appthrust/moon-ci-retrospect@v1
if: success() || failure()
- uses: 'moonrepo/run-report-action@v1'
Expand Down

0 comments on commit d311c1e

Please sign in to comment.