Skip to content

Commit

Permalink
Get rid of the custom docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Sep 23, 2024
1 parent f13bf3b commit e858650
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/run-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
uses: actions/checkout@v3
with:
repository: sinch/sinch-sdk-mockserver
ref: Remove-custom-docker-image
token: ${{ secrets.PAT_CI }}
fetch-depth: 0
path: sinch-sdk-mockserver
- name: Build custom Docker image
run: |
cd sinch-sdk-mockserver
docker build -t sinch-sdk-mockserver -f Dockerfile .
- name: Install Docker Compose
run: |
sudo apt-get update
Expand All @@ -44,11 +41,6 @@ jobs:
run: |
cd sinch-sdk-mockserver
docker-compose up -d
- name: Wait for the mock servers to be healthy
run: |
cd sinch-sdk-mockserver
chmod +x ./scripts/healthcheck.sh
./scripts/healthcheck.sh
- name: Create target directories for feature files
run: |
mkdir -p ./packages/fax/tests/e2e/features
Expand Down

0 comments on commit e858650

Please sign in to comment.