Skip to content

Commit

Permalink
🚚 Rename test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed May 7, 2024
1 parent fd0c032 commit cf6782f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
test:
node:
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}

browser-test:
browser:
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}

e2e-test:
e2e:
runs-on: ubuntu-latest
timeout-minutes: 10

Expand Down

0 comments on commit cf6782f

Please sign in to comment.