Skip to content

Commit

Permalink
ci: 💚 Create multijobs
Browse files Browse the repository at this point in the history
  • Loading branch information
thotluna committed Aug 29, 2023
1 parent f0f3840 commit 556e325
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:

jobs:
job1:
Unit Test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
run: pnpm run test

job2:
e2e_Test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand Down Expand Up @@ -76,7 +74,6 @@ jobs:
retention-days: 30

job3:
publish:
needs: [job1, job2]
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 556e325

Please sign in to comment.