Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed May 9, 2024
1 parent 03f54cc commit ac14ed3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
run: npm install
- name: Lint
run: npm run lint

another_job:
needs: [run]
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Upload test results to Codecov (demo)
uses: ./
with:
verbose: true
- name: Upload test results to Codecov (demo)
uses: ./
with:
verbose: false
- name: Upload test results to Codecov (demo)
uses: ./

0 comments on commit ac14ed3

Please sign in to comment.