Skip to content

Commit 6b07d35

Browse files
committed
fix(ci): Remove unnecessary DESTINATION variable from test run command
1 parent 3cf146a commit 6b07d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v5
4343

4444
- name: Run Tests
45-
run: make ${{ matrix.build.action }} DESTINATION="${{ matrix.build.destination }}"
45+
run: make ${{ matrix.build.action }}
4646

4747
- name: Upload test log file on error
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)