Skip to content

Commit 32b5c63

Browse files
committed
Disable test again
1 parent 7a4d037 commit 32b5c63

1 file changed

Lines changed: 35 additions & 35 deletions

File tree

.github/workflows/tests.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# name: Tests Workflow
22

33
# # Controls when the workflow will run
4-
on:
5-
# Triggers the workflow on push or pull request events but only for the specified branch
6-
push:
7-
branches:
8-
- "master"
9-
- "development"
10-
- "osbv2*"
11-
pull_request:
12-
branches:
13-
- "master"
14-
- "development"
15-
- "osbv2*"
4+
# on:
5+
# # Triggers the workflow on push or pull request events but only for the specified branch
6+
# push:
7+
# branches:
8+
# - "master"
9+
# - "development"
10+
# - "osbv2*"
11+
# pull_request:
12+
# branches:
13+
# - "master"
14+
# - "development"
15+
# - "osbv2*"
1616

1717
# # A workflow run is made up of one or more jobs that can run sequentially or in parallel
18-
jobs:
18+
# jobs:
1919
# EEG_Dipole-test:
2020
# # The type of runner that the job will run on
2121
# runs-on: ubuntu-20.04
@@ -82,28 +82,28 @@ jobs:
8282
# npm run Control_Panel_test
8383
# env:
8484
# CI: true
85-
Save_and_Open_File-test:
86-
# The type of runner that the job will run on
87-
runs-on: ubuntu-20.04
88-
container: lironavon/docker-puppeteer-container:14.16.0
89-
env:
90-
CI: true
91-
steps:
92-
- uses: actions/checkout@v1
93-
- name: Use Node.js ${{ matrix.node-version }}
94-
uses: actions/setup-node@v1
95-
with:
96-
node-version: ${{ matrix.node-version }}
97-
cache-dependency-path: frontend/e2e/tests/package-lock.json
98-
- name: Test for Opening and Saving a file
99-
run: |
100-
cd tests/frontend/e2e
101-
#install dependencies
102-
npm ci
103-
# run Control Panel test
104-
npm run Save_Open_File_test
105-
env:
106-
CI: true
85+
# Save_and_Open_File-test:
86+
# # The type of runner that the job will run on
87+
# runs-on: ubuntu-20.04
88+
# container: lironavon/docker-puppeteer-container:14.16.0
89+
# env:
90+
# CI: true
91+
# steps:
92+
# - uses: actions/checkout@v1
93+
# - name: Use Node.js ${{ matrix.node-version }}
94+
# uses: actions/setup-node@v1
95+
# with:
96+
# node-version: ${{ matrix.node-version }}
97+
# cache-dependency-path: frontend/e2e/tests/package-lock.json
98+
# - name: Test for Opening and Saving a file
99+
# run: |
100+
# cd tests/frontend/e2e
101+
# #install dependencies
102+
# npm ci
103+
# # run Control Panel test
104+
# npm run Save_Open_File_test
105+
# env:
106+
# CI: true
107107
# RxD-test:
108108
# # The type of runner that the job will run on
109109
# runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)