Reorder the actions on push

This commit is contained in:
Eric 2020-06-26 21:44:16 -05:00 committed by Eric Schultz
parent 0762ace5ac
commit 2078391051

View file

@ -116,7 +116,7 @@ jobs:
run: |
bin/rails notice:js:verify
main_build:
needs: ['notice_js', 'notice_ruby']
needs: ['install_yarn', 'install_gems']
runs-on: ${{ matrix.os }}
strategy:
matrix: