Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ossianaa committed Feb 20, 2024
1 parent 86f6c0a commit 71abd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: actions/setup-node@v3.8.1
with:
node-version: 18
architecture: ${{ matrix.settings.arch }}
- name: Setup Python
uses: actions/setup-python@v4.7.1
with:
Expand All @@ -50,7 +49,7 @@ jobs:
shell: bash
run: ${{ matrix.settings.setup }}
- name: Install
run: npm install
run: npm install ${{ matrix.settings.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: actions/setup-node@v3.8.1
with:
node-version: 18
architecture: ${{ matrix.settings.arch }}
- name: Setup Python
uses: actions/setup-python@v4.7.1
with:
Expand All @@ -50,7 +49,7 @@ jobs:
shell: bash
run: ${{ matrix.settings.setup }}
- name: Install
run: npm install
run: npm install ${{ matrix.settings.arch }}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 71abd19

Please sign in to comment.