Skip to content

Commit

Permalink
Merge pull request #63 from universal-ember/reduce-ci-time
Browse files Browse the repository at this point in the history
Reduce CI time
  • Loading branch information
NullVoxPopuli authored Jan 16, 2024
2 parents 24a000c + 35be451 commit 943e5a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm build
- run: pnpm i -f # re sync injected deps
- name: "Verify that no manually needed fixes / violations are present"
run: pnpm lint

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
token: ${{ secrets.GH_PR_FIXER }}
ref: ${{ github.head_ref }}
- uses: wyvox/action-setup-pnpm@v3
- run: pnpm build
- run: pnpm i -f # re sync injected deps

###################################################
# Commit easily fixable things back to the branch
Expand Down

0 comments on commit 943e5a0

Please sign in to comment.