Skip to content

Commit

Permalink
ci: use test script instead of build for testing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat committed Mar 18, 2024
1 parent b92a9c0 commit 4afd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: common/scripts/index.sh install
- name: Lint / Build / Test packages
run: common/scripts/index.sh build
run: common/scripts/index.sh test

- name: Set up target repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 4afd8fc

Please sign in to comment.