👷 Reorder testing step

This commit is contained in:
Manuel 2023-02-19 21:04:10 +01:00
parent 3adec06df7
commit 934c7331c6
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn test
- run: yarn build - run: yarn build
- name: Docker meta - name: Docker meta
id: meta id: meta

View File

@ -41,8 +41,8 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-yarn- ${{ runner.os }}-yarn-
- run: yarn install --immutable - run: yarn install --immutable
- run: yarn build
- run: yarn test - run: yarn test
- run: yarn build
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v4 uses: docker/metadata-action@v4