Skip to content

Commit df448e9

Browse files
authored
Merge pull request #185 from Geode-solutions/fix/actions-config
fix(Actions): add config file
2 parents 4ce8595 + 29e4273 commit df448e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"node": true
3+
}

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ jobs:
77
deploy:
88
uses: Geode-solutions/actions/.github/workflows/py-deploy.yml@master
99
with:
10-
node: true
10+
repos: ${{ vars.REPOS }}
1111
secrets: inherit
12-

.github/workflows/test.yml

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

.github/workflows/test_pr.yml

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asgiref==3.9.1
88
# via flask
99
blinker==1.9.0
1010
# via flask
11-
click==8.2.1
11+
click==8.3.0
1212
# via flask
1313
fastjsonschema==2.21.1
1414
# via opengeodeweb-microservice

0 commit comments

Comments
 (0)