Skip to content

Commit

Permalink
Update ci-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhmiller authored Jan 25, 2025
1 parent 6ac9da0 commit ef083a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
- name: Run the app
run: docker-compose up -d
run: docker compose up -d
- name: Test app
run: |
NAME=$(docker run --network crud-app_default saltaaron/just-httpie GET crud-app:3000/users/1 | docker run -i --network crud-app_default saltaaron/just-jq -r '.[].name')
Expand Down

0 comments on commit ef083a1

Please sign in to comment.