Skip to content

Commit

Permalink
update migration test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Sep 25, 2024
1 parent 4a21f16 commit 826f8b2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,10 @@ jobs:
- name: Start Current Server
run: docker run -d --name synnax-current -p 9090:9090 -v data:/usr/local/synnax/data -e SYNNAX_DATA=/usr/local/synnax/data -e SYNNAX_LISTEN=0.0.0.0:9090 -e SYNNAX_VERBOSE=true -e SYNNAX_INSECURE=true -e SYNNAX_MEM=false -e SYNNAX_LICENSE_KEY=${{ secrets.SYNNAX_LICENSE_KEY }} ghcr.io/synnaxlabs/synnax:${GITHUB_SHA}

- name: Checkout Main Branch for Tests (Again)
uses: actions/checkout@v3
with:
ref: main

- name: Install Poetry
run: |
pip install poetry
poetry config virtualenvs.create false
poetry install
poetry shell
working-directory: ./client/py
Expand Down

0 comments on commit 826f8b2

Please sign in to comment.