Skip to content

update gh action test workflow #42

update gh action test workflow

update gh action test workflow #42

Workflow file for this run

name: osf test
on:
push:
branches: [ master ]
paths:
- tests/test_osfintegration.sh
- .github/workflows/test_osf.yml
pull_request:
branches: [ master ]
paths:
- tests/test_osfintegration.sh
- .github/workflows/test_osf.yml
jobs:
test_train_module_pipeline:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.10.16
- name: test osf integration
env:
OSF_TOKEN_: ${{ secrets.OSF_KEY }}
OSF_USERNAME_: ${{ secrets.OSF_USERNAME }}
OSF_PROJECT_ID_: "abk4p"
run: |
/bin/bash tests/test_osfintegration.sh