Skip to content

Commit

Permalink
Merge pull request #412 from ember-tooling/fix-ci
Browse files Browse the repository at this point in the history
Upgrade actions/upload-artifact
  • Loading branch information
NullVoxPopuli authored Oct 24, 2024
2 parents 4af2c1e + 4609033 commit 1f031c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI

on:
workflow_dispatch:
# push:
# branches:
# - master
# pull_request: {}
push:
branches:
- master
pull_request: {}

jobs:
test:
Expand All @@ -25,7 +25,7 @@ jobs:
- run: yarn compile
- run: yarn lint
- run: yarn test:coverage
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
path: ./debug.*.log
Expand Down

0 comments on commit 1f031c9

Please sign in to comment.