Skip to content

Commit

Permalink
testing only macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe committed Aug 31, 2023
1 parent 6169faf commit 5a0586c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
matrix:
os:
- ubuntu-22.04
# - macos-12
# - ubuntu-22.04
- macos-12
runs-on: ${{ matrix.os }}
steps:
- name: Setup Docker on macOS
Expand All @@ -36,7 +36,6 @@ jobs:
# pg_isready -d postgres -h 127.0.0.1 -p 5432 -U postgres
- name: Build webapi profile, sleep 3 mins
run: |
echo "mypass" > ./secrets/webapi/WEBAPI_DATASOURCE_PASSWORD
docker-compose --env-file $ENV_FILE --profile webapi-from-image up -d
sleep 180
docker logs ohdsi-webapi
Expand Down

0 comments on commit 5a0586c

Please sign in to comment.