Skip to content

Commit

Permalink
remove branch from push requests
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 11, 2024
1 parent 9f2201f commit fbd98e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- cv2-4793-identify-required-workflows
pull_request:
branches:
- develop
Expand Down Expand Up @@ -37,7 +38,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: set up enviromnts
- name: set up enviroments
run: |
export RECORD_RUNTIME=true
export LC_ALL=C.UTF-8
Expand Down Expand Up @@ -166,6 +167,7 @@ jobs:
sleep 10
touch tmp/parallel_runtime_test.log
chmod +w tmp/parallel_runtime_test.log
- name: Run Unit Tests
id: run-tests
env:
Expand All @@ -187,6 +189,7 @@ jobs:
-e AWS_CONFIG_FILE=/app/credentials \
api test/test-coverage.sh
contract-tests:
runs-on: ubuntu-latest

Expand Down Expand Up @@ -231,6 +234,7 @@ jobs:
- name: Build Docker Container
run: |
docker-compose build
- name: Run syntax checks
run: |
docker-compose run api bash -c 'touch /tmp/no-syntax-errors && find app lib config -name *.rb -exec bash -c "ruby -c {} >/dev/null || rm /tmp/no-syntax-errors" ";" && ls /tmp/no-syntax-errors'
Expand All @@ -242,6 +246,7 @@ jobs:
run: |
tail -f log/test.log &
until curl --silent -I -f --fail http://localhost:3000 ; do printf .; sleep 1; done
- name: Set up parallel environment
run: docker-compose exec -T api test/setup-parallel-env.sh

Expand Down

0 comments on commit fbd98e0

Please sign in to comment.