diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index a910521..c4b8945 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -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 @@ -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