Skip to content

Commit

Permalink
update cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
jgbradley1 committed Dec 8, 2024
1 parent 55c55b4 commit 9b81e07
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,20 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup python
uses: actions/setup-python@v5
with:
python-version: $PYTHON_VERSION

python-version: '3.10'
- name: Install Azurite
run: |
npm install -g azurite
mkdir azurite
azurite --silent --location azurite --debug azurite\debug.log &
- name: Install dependencies
working-directory: backend
run: |
pip install poetry
poetry install
- name: Run integration tests
working-directory: backend
run: |
Expand Down

0 comments on commit 9b81e07

Please sign in to comment.