Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa authored Dec 16, 2024
1 parent 9e8727e commit eb731ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and Test
name: Run Tests

# yamllint disable-line rule:truthy
on:
Expand All @@ -12,8 +12,9 @@ concurrency:
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
test:
name: "Run tests"
runs-on: ubuntu-22.04
permissions: write-all

steps:
Expand Down Expand Up @@ -42,3 +43,4 @@ jobs:
uses: ArtiomTr/jest-coverage-report-action@262a7bb0b20c4d1d6b6b026af0f008f78da72788 # pin@v2.3.1
with:
coverage-file: ./report.json
github-token: ${{ secrets.PAT || secrets.GITHUB_TOKEN || github.token }}

0 comments on commit eb731ca

Please sign in to comment.