Skip to content

Commit

Permalink
👷 added needs to build on types
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed May 6, 2021
1 parent 06d50ec commit 6a0732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
build-tokens:
name: Build eds-tokens
runs-on: ubuntu-latest
needs: [test, lint]
needs: [types, test, lint]
steps:
- name: Get base files
uses: actions/cache@v2
Expand All @@ -130,7 +130,7 @@ jobs:
build-icons:
name: Build eds-icons
runs-on: ubuntu-latest
needs: [test, lint]
needs: [types, test, lint]
steps:
- name: Get base files
uses: actions/cache@v2
Expand Down

0 comments on commit 6a0732a

Please sign in to comment.