Skip to content

Commit

Permalink
chore(workflow): build before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 5, 2022
1 parent 5ee7b06 commit 30f3461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/web.release.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: ESLint
run: yarn lint
- name: Build
run: yarn build:web-server
- name: ESLint
run: yarn lint
- name: Test
run: yarn test

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.release.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: ESLint
run: yarn lint
- name: Build
run: yarn build:web-server
- name: ESLint
run: yarn lint
- name: Test
run: yarn test

Expand Down

0 comments on commit 30f3461

Please sign in to comment.