Skip to content

Commit

Permalink
Update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Mar 4, 2022
1 parent 96dd879 commit 167b75e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

jobs:
frontend:
buildFrontend:
runs-on: ubuntu-latest
defaults:
run:
Expand All @@ -35,6 +35,8 @@ jobs:

tests:
runs-on: ubuntu-latest
needs:
- buildFrontend
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down Expand Up @@ -63,7 +65,6 @@ jobs:
os: [ ubuntu-20.04, macos-10.15, windows-2019 ]
runs-on: ${{ matrix.os }}
needs:
- frontend
- linters
- tests
defaults:
Expand Down

0 comments on commit 167b75e

Please sign in to comment.