Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit b60d59b

Browse files
committed
ci: fix github actions
1 parent 15786f4 commit b60d59b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Test project
6060
run: yarn test:${{ matrix.test }}
61-
with:
61+
env:
6262
TEST_BUILT_MODULE: true
6363

6464
unit:

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
# a pull request then we can checkout the head.
2222
fetch-depth: 2
2323

24-
# If this run was triggered by a pull request event, then checkout
25-
# the head of the pull request instead of the merge commit.
26-
- run: git checkout HEAD^2
27-
if: ${{ github.event_name == 'pull_request' }}
28-
2924
# Initializes the CodeQL tools for scanning.
3025
- name: Initialize CodeQL
3126
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)