Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
truskovskiyk committed Jul 1, 2024
1 parent b4c1678 commit 633eacc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/module-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,8 @@ on:


jobs:
ci-test-bash-code:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Test echo
run: |
echo 'test'
- name: Test ls
run: |
ls -all .

app-ml-docker-but-with-cli:
minio-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -39,7 +26,7 @@ jobs:

- name: Run minio
run: |
docker run -it -p 9000:9000 -p 9001:9001 quay.io/minio/minio server /data --console-address ":9001"
docker run -d -p 9000:9000 -p 9001:9001 quay.io/minio/minio server /data --console-address ":9001"
- name: Setup env
Expand Down

0 comments on commit 633eacc

Please sign in to comment.