|
1 | 1 | # name: Tests Workflow |
2 | 2 |
|
3 | 3 | # # 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*" |
16 | 16 |
|
17 | 17 | # # A workflow run is made up of one or more jobs that can run sequentially or in parallel |
18 | | -jobs: |
| 18 | +# jobs: |
19 | 19 | # EEG_Dipole-test: |
20 | 20 | # # The type of runner that the job will run on |
21 | 21 | # runs-on: ubuntu-20.04 |
@@ -82,28 +82,28 @@ jobs: |
82 | 82 | # npm run Control_Panel_test |
83 | 83 | # env: |
84 | 84 | # 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 |
107 | 107 | # RxD-test: |
108 | 108 | # # The type of runner that the job will run on |
109 | 109 | # runs-on: ubuntu-20.04 |
|
0 commit comments