Skip to content

Commit

Permalink
Migrate react warning test
Browse files Browse the repository at this point in the history
  • Loading branch information
cniackz committed Aug 29, 2022
1 parent 139771f commit e13246d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
no-warnings-and-make-assets:
name: "React Code Has No Warnings & is Prettified, then Make Assets"
runs-on: ${{ matrix.os }}
runs-on: self-hosted
strategy:
matrix:
go-version: [ 1.18.x, 1.19.x ]
Expand Down Expand Up @@ -328,6 +328,8 @@ jobs:
restore-keys: |
${{ runner.os }}-assets-
- uses: mskelton/setup-yarn@v1

- name: Install Dependencies
working-directory: ./portal-ui
continue-on-error: false
Expand Down

0 comments on commit e13246d

Please sign in to comment.