Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Sep 25, 2023
1 parent 29372fa commit f5e4d38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
- stable

jobs:
amqp_test:
name: RabbitMQ plugin (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}})
beanstalk_test:
name: Beanstalk plugin (Go ${{ matrix.go }}, PHP ${{ matrix.php }}, OS ${{matrix.os}})
runs-on: ${{ matrix.os }}
timeout-minutes: 60
strategy:
Expand Down Expand Up @@ -61,6 +61,7 @@ jobs:

- name: Run golang tests with coverage
run: |
cd tests
docker build -t beanstalk -f env/Dockerfile-beanstalkd.yaml .
docker run -d -p 127.0.0.1:11300:11300 beanstalk
sleep 10
Expand Down

0 comments on commit f5e4d38

Please sign in to comment.