Skip to content

Commit

Permalink
pass image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Mar 14, 2024
1 parent 1eaeaf3 commit 0521d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
id: build
- name: Test
uses: ./.github/actions/run
with:
image: ${{ steps.build.outputs.tags }}
run: |
echo "Testing"
npm run test
Expand All @@ -18,9 +20,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build
id: build
- name: Lint
uses: ./.github/actions/run
with:
image: ${{ steps.build.outputs.tags }}
run: |
echo "Linting"
npm run lint
Expand Down

0 comments on commit 0521d35

Please sign in to comment.