Skip to content

Commit

Permalink
fix stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Mar 28, 2024
1 parent 5e35dc1 commit 8df9aff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/bw_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
bw_test_dummy_mode:
name: 'bw test (with dummy mode)'
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./bw
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -30,19 +27,17 @@ jobs:
python-version: 3.12
- name: Install Dependencies
run: pip3 install -r requirements.txt
working-directory: bw
- name: Run bw test
working-directory: ./bw
run: bw test
working-directory: bw
env:
BW_VAULT_DUMMY_MODE: '1'
BW_KEEPASS_DUMMY_MODE: '1'

bw_test_ignore:
name: 'bw test -i'
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./bw
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -51,8 +46,10 @@ jobs:
python-version: 3.12
- name: Install Dependencies
run: pip3 install -r requirements.txt
working-directory: bw
- name: Run bw test
run: bw test -i
working-directory: bw
env:
BW_VAULT_DUMMY_MODE: '1'
BW_KEEPASS_DUMMY_MODE: '1'

0 comments on commit 8df9aff

Please sign in to comment.