Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Nov 2, 2021
1 parent 786f0bb commit 4c399df
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Cache npm dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.npm
key: npm-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -58,11 +58,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install python package
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install .
make init
- name: Run integration test
env:
APP_URL: https://ziggy.dev
Expand Down

0 comments on commit 4c399df

Please sign in to comment.