Skip to content

Commit 035298b

Browse files
committed
use alfalfa path until repo is renamed
1 parent 1c06637 commit 035298b

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
steps:
7272
- name: Checkout code
7373
uses: actions/checkout@v4
74-
with:
75-
path: pacer-webservice
7674

7775
- name: Set up Docker Buildx
7876
uses: docker/setup-buildx-action@v3
@@ -102,7 +100,7 @@ jobs:
102100
- name: Run job tests in Docker worker container
103101
run: |
104102
sleep 30
105-
docker exec pacer-webservice-worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
103+
docker exec alfalfa-pacer-worker-1 bash -c "cd /pacer && poetry run pytest -m docker tests/jobs -o log_cli=true -o log_level=info"
106104
107105
- name: Dump docker logs on failure
108106
if: failure()
@@ -253,7 +251,14 @@ jobs:
253251
contents: read
254252
packages: write
255253
name: Build and publish Docker images
256-
needs: [pre-commit, unit-tests, simulation-tests, integration-tests, integration-tests-historian]
254+
needs:
255+
[
256+
pre-commit,
257+
unit-tests,
258+
simulation-tests,
259+
integration-tests,
260+
integration-tests-historian,
261+
]
257262
runs-on: ubuntu-latest
258263
if: github.actor != 'dependabot[bot]'
259264
steps:

0 commit comments

Comments
 (0)