Skip to content

Commit 01b5627

Browse files
committed
Remove unnecessary build step from integration test workflow
Now that the development policy is to continuously package the project, and this policy is enforced by the CI workflow, the action will always be pre-built, so building it again during the integration test workflow runs is pointless.
1 parent 4da3742 commit 01b5627

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/integration.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121
- name: Checkout local repository
2222
uses: actions/checkout@v2
2323

24-
- name: Build action
25-
run: |
26-
npm install
27-
npm run build
28-
npm run pack
29-
3024
# Run the action using default values as much as possible.
3125
- name: Run action
3226
uses: ./ # Use the action from the local path.

0 commit comments

Comments
 (0)