Skip to content

Commit

Permalink
chore(gha): rename jobs (PEAA-1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
adinaiordache2017 committed Apr 10, 2023
1 parent 8fe34ab commit 5d98bab
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master

jobs:
validate_first:
build:
name: validate
runs-on: ubuntu-latest
timeout-minutes: 30
Expand All @@ -17,16 +17,6 @@ jobs:
with:
fetch-depth: 100

validate:
name: Build and test
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 100

- name: ⎔ Setup node
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 5d98bab

Please sign in to comment.