Skip to content

Commit 9ae5702

Browse files
committed
fix(Actions): add more workflows
1 parent 2eebac3 commit 9ae5702

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
99
with:
1010
repos: ${{ vars.REPOS }}
11-
npm: true
11+
node: true
1212
secrets: inherit

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
uses: Geode-solutions/actions/.github/workflows/py-test.yml@master
1212
with:
1313
repos: ${{ vars.REPOS }}
14-
npm: true
14+
node: true
1515
secrets: inherit

.github/workflows/test_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
uses: Geode-solutions/actions/.github/workflows/py-test-pr.yml@master
1010
with:
1111
repos: ${{ vars.REPOS }}
12-
npm: true
12+
node: true
1313
secrets: inherit

0 commit comments

Comments
 (0)