mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-12 16:48:10 +00:00
BF: path issues
This commit is contained in:
parent
43b36a95d1
commit
0701354f15
22
.github/workflows/test_fast.yml
vendored
22
.github/workflows/test_fast.yml
vendored
@ -32,7 +32,7 @@ env:
|
|||||||
STAGING_PASSWORD: ${{ secrets.STAGING_PASSWORD }}
|
STAGING_PASSWORD: ${{ secrets.STAGING_PASSWORD }}
|
||||||
STAGING_PORT: ${{ secrets.STAGING_PORT }}
|
STAGING_PORT: ${{ secrets.STAGING_PORT }}
|
||||||
STAGING_USERNAME: ${{ secrets.STAGING_USERNAME }}
|
STAGING_USERNAME: ${{ secrets.STAGING_USERNAME }}
|
||||||
PSYCHOJS_PATH: '/home/runner/work/psychojs_testing/psychojs_testing/psychojs'
|
PSYCHOJS_PATH: '/home/runner/work/psychojs/psychojs/psychojs'
|
||||||
DEFAULT_REPO: 'psychopy/psychojs'
|
DEFAULT_REPO: 'psychopy/psychojs'
|
||||||
DEFAULT_TESTRUN: 'test_fast'
|
DEFAULT_TESTRUN: 'test_fast'
|
||||||
DEFAULT_SUBSET: 'true'
|
DEFAULT_SUBSET: 'true'
|
||||||
@ -47,26 +47,26 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '12'
|
node-version: '12'
|
||||||
|
|
||||||
# START: install psychojs_tests
|
# START: install psychojs_testing
|
||||||
- name: Checkout psychojs_tests
|
- name: Checkout psychojs_testing
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: psychopy/psychojs_testing
|
repository: psychopy/psychojs_testing
|
||||||
path: psychojs_tests
|
path: psychojs_testing
|
||||||
- name: Cache modules psychojs_tests
|
- name: Cache modules psychojs_testing
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
env:
|
env:
|
||||||
cache-name: cache-modules-psychojs_tests
|
cache-name: cache-modules-psychojs_testing
|
||||||
with:
|
with:
|
||||||
path: ~/psychojs_tests/.npm
|
path: ~/psychojs_testing/.npm
|
||||||
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||||
${{ runner.os }}-build-
|
${{ runner.os }}-build-
|
||||||
${{ runner.os }}-:
|
${{ runner.os }}-:
|
||||||
- name: Install psychojs_tests
|
- name: Install psychojs_testing
|
||||||
run: npm --prefix psychojs_tests ci
|
run: npm --prefix psychojs_testing ci
|
||||||
# END: install psychojs_tests
|
# END: install psychojs_testing
|
||||||
|
|
||||||
# START: install psychojs
|
# START: install psychojs
|
||||||
- name: Checkout psychojs
|
- name: Checkout psychojs
|
||||||
@ -102,5 +102,5 @@ jobs:
|
|||||||
# START: run tests
|
# START: run tests
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: node test.cjs --server bs --testrun ${{github.event.inputs.testrun || env.DEFAULT_TESTRUN}} --subset ${{github.event.inputs.subset || env.DEFAULT_SUBSET}} --platform ${{github.event.inputs.platform || env.DEFAULT_PLATFORM}} --url stager --uploadExperiments --uploadResults --label ${{github.event.inputs.label || env.DEFAULT_LABEL}}
|
run: node test.cjs --server bs --testrun ${{github.event.inputs.testrun || env.DEFAULT_TESTRUN}} --subset ${{github.event.inputs.subset || env.DEFAULT_SUBSET}} --platform ${{github.event.inputs.platform || env.DEFAULT_PLATFORM}} --url stager --uploadExperiments --uploadResults --label ${{github.event.inputs.label || env.DEFAULT_LABEL}}
|
||||||
working-directory: ./psychojs_tests
|
working-directory: ./psychojs_testing
|
||||||
# END: run tests
|
# END: run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user