Skip to content

Commit 0924861

Browse files
committed
ci - change order
giving vaultwarden more time to start
1 parent d67ace3 commit 0924861

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
uses: actions/setup-python@v4
2222
with:
2323
python-version: ${{ matrix.python-version }}
24-
- name: Install dependencies
25-
run: |
26-
python -m pip install --upgrade hatch
2724
- name: Run Vaultwarden server
2825
run: |
2926
temp_dir=$(mktemp -d)
3027
cp ${{ github.workspace }}/tests/fixtures/server/* $temp_dir
3128
docker run -d --name vaultwarden -v $temp_dir:/data --env I_REALLY_WANT_VOLATILE_STORAGE=true --env ADMIN_TOKEN=admin --restart unless-stopped -p 80:80 vaultwarden/server:${{ matrix.vaultwarden-version }}
29+
- name: Install dependencies
30+
run: |
31+
python -m pip install --upgrade hatch
3232
- name: Run tests
3333
run: |
3434
hatch run +py=${{ matrix.py || matrix.python-version }} test:with-coverage

0 commit comments

Comments
 (0)