Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodleyJC committed Mar 31, 2024
1 parent 33f29ad commit ee3762f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main_backendbluenps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ env:
jobs:
build-and-test:
runs-on: ubuntu-latest

defaults:
run:
working-directory:
./bluenpsbackend
steps:
- uses: actions/checkout@v2

Expand All @@ -27,8 +30,6 @@ jobs:
run: |
python3 -m venv venv
source venv/bin/activate
working-directory:
bluenpsbackend/
- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit ee3762f

Please sign in to comment.