Skip to content

Commit

Permalink
Moved yarn test higher in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellockyer committed Nov 13, 2024
1 parent 4273f98 commit 4e8d750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v4

- name: "Run Tests"
run: yarn test

- name: ActivityPub Docker meta
id: activitypub-docker-metadata
uses: docker/metadata-action@v5
Expand Down Expand Up @@ -69,9 +72,6 @@ jobs:
load: true
tags: ${{ steps.migrations-docker-metadata.outputs.tags }}

- name: "Run Tests"
run: yarn test

- name: "Login to GAR"
if: github.ref == 'refs/heads/main'
uses: docker/login-action@v3
Expand Down

0 comments on commit 4e8d750

Please sign in to comment.