Skip to content

Commit

Permalink
[FIX] workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Oct 21, 2024
1 parent f7923ab commit 4f16ba5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
- run: pip install -r server-auth/test-requirements.txt
- name: Install dependencies
run: ${PWD}/oqa/bin/install_deps.sh
- name: Create dir
run: |
mkdir ${PWD}/reader-data
mkdir ${PWD}/reader-data/TODO
mkdir ${PWD}/reader-data/DONE
mkdir ${PWD}/reader-data/ERR
- name: Init Data
run: ${PWD}/oqa/bin/init_repo.sh
- name: Tests
Expand Down

0 comments on commit 4f16ba5

Please sign in to comment.