Skip to content

Commit

Permalink
remove github actions services
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Apr 26, 2020
1 parent 70bd401 commit 7afb75c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ jobs:
timeout-minutes: 120
needs: build-jdk11
runs-on: ubuntu-latest
services:
activemq-artemis:
image: vromero/activemq-artemis:2.9.0-alpine
env:
ARTEMIS_USERNAME: quarkus
ARTEMIS_PASSWORD: quarkus
ports:
- 127.0.0.1:8161:8161
- 127.0.0.1:61616:61616
minio:
image: minio/minio
env:
MINIO_ACCESS_KEY: BQA2GEXO711FVBVXDWKM
MINIO_SECRET_KEY: uvgz3LCwWM3e400cDkQIH/y1Y4xgU4iV91CwFSPC
ports:
- 127.0.0.1:9000:9000
options: --entrypoint "server /data"
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
Expand Down

0 comments on commit 7afb75c

Please sign in to comment.