Skip to content

Commit d83d6af

Browse files
committed
workflow
1 parent 09d59a0 commit d83d6af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
container-job:
88
# Containers must run in Linux based operating systems
99
runs-on: ubuntu-latest
10+
1011
# Docker Hub image that `container-job` executes in
1112
container: node:10.18-jessie
1213

@@ -37,6 +38,7 @@ jobs:
3738
uses: actions/setup-python@v4
3839
with:
3940
python-version: '3.6'
41+
architecture: 'x86'
4042

4143
- name: node
4244
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)