Skip to content

Commit

Permalink
Update setup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaelmurekezi authored Jun 26, 2024
1 parent 040254b commit 1dea594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -15,7 +15,7 @@ jobs:
run: npm run build

test-and-coverage:
runs-on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 1dea594

Please sign in to comment.