Skip to content

Commit 19b6790

Browse files
netpyne-101 added test to github actions
1 parent 95e3aaf commit 19b6790

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@ jobs:
5858
npm run Experiment_Manager_test
5959
env:
6060
CI: true
61+
COntrol_Panel-test:
62+
# The type of runner that the job will run on
63+
runs-on: ubuntu-20.04
64+
container: lironavon/docker-puppeteer-container:14.16.0
65+
env:
66+
CI: true
67+
steps:
68+
- uses: actions/checkout@v1
69+
- name: Use Node.js ${{ matrix.node-version }}
70+
uses: actions/setup-node@v1
71+
with:
72+
node-version: ${{ matrix.node-version }}
73+
cache-dependency-path: frontend/e2e/tests/package-lock.json
74+
- name: Control Panel test using Tut#2
75+
run: |
76+
cd tests/frontend/e2e
77+
#install dependencies
78+
npm ci
79+
# run Experiment Manager test
80+
npm run Experiment_Manager_test
81+
env:
82+
CI: true
6183
Tutorial_1-SmokeTest:
6284
# The type of runner that the job will run on
6385
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)