Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
norling committed Nov 7, 2022
1 parent 5595a07 commit 111eef4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/integration/tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function check_output_status() {

cd dev_utils || exit 1

s3cmd -c directS3 put README.md s3://test/some_user/ >/dev/null 2>&1 || exit 1
s3cmd -c directS3 put README.md s3://test/some_user/ || exit 1

echo "- Testing allowed actions"

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/functionality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: install s3cmd
run: pip3 install s3cmd

- name: generate certificates
run: cd dev_utils && /bin/sh make_certs.sh

- name: Deploy containers
run: cd dev_utils && GOLANG_VERSION=${{ matrix.go-version }} docker-compose up -d --build

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
- name: Check out source code
uses: actions/checkout@v3

- name: generate certificates
run: cd dev_utils && /bin/sh make_certs.sh

- name: Deploy containers
run: cd dev_utils && docker-compose up -d s3_backend mq_server
run: cd dev_utils && docker-compose up -d s3 mq_server

- name: Wait for containers to start
run: |
Expand All @@ -36,7 +33,7 @@ jobs:
done
done
- name: Calc coverage
- name: Calc coverage
run: go test -tags live -coverprofile=coverage.txt -covermode=atomic

- name: Codecov
Expand Down
2 changes: 1 addition & 1 deletion dev_utils/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
certfixer:
condition: service_completed_successfully
ports:
- "9000:9001"
- "9001:9001"
volumes:
- s3_certs:/root/.minio/certs
- data:/data
Expand Down

0 comments on commit 111eef4

Please sign in to comment.