Skip to content

Commit

Permalink
Renaming a step
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest committed Oct 12, 2023
1 parent 9dccf04 commit be2d937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Snyk setup
uses: snyk/actions/node@master
env:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
yarn workspace gap-web-ui install --immutable
- name: Build gap-web-ui application
- name: Build gap-web-ui
if: ${{ matrix.app_name == 'admin' || matrix.app_name == 'applicant' }}
run: |
yarn workspace gap-web-ui build
Expand Down

0 comments on commit be2d937

Please sign in to comment.