Skip to content

Commit

Permalink
Testing docker-compose version.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Jun 20, 2024
1 parent 8e5beba commit 10ca5c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.27.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: sudo bash -c 'curl -SL https://github.com/docker/compose/releases/download/v2.22.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose'
- run: npm install
- run: cp .circleci/.env_8.3.ci .env
- run: make lib/lib/libicudata.a
- run: make test
# test-8-2:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 10ca5c4

Please sign in to comment.