Skip to content

Commit

Permalink
chore(build): rudimentary GH Actions integration of nx
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jul 18, 2024
1 parent 28a5fd8 commit 6f17df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: ./build.sh ${{ matrix.component }}
- run: npx nx run build:${{ matrix.component }}

# TODO re-enable as soon as we make use of it
# - name: Scan Image
Expand Down

0 comments on commit 6f17df7

Please sign in to comment.