Skip to content

Commit

Permalink
removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Feb 28, 2024
1 parent 8081eca commit c867388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .drevops/tests/bats/circleci.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ load _helper.bash
load _helper.circleci.bash

@test "CircleCI artifacts are saved" {
if [ -z "${CI}" ]; then
if [ -z "${CIRCLECI}" ]; then
skip "This test is only run on CircleCI"
fi

Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/drevops-test-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'feature/**'

jobs:
test-scaffold:
drevops-test-common:
runs-on: ubuntu-latest

container:
Expand All @@ -22,7 +22,6 @@ jobs:
TEST_DOCKER_USER: ${{ secrets.TEST_DOCKER_USER }}
TEST_DOCKER_PASS: ${{ secrets.TEST_DOCKER_PASS }}
DOCKER_CONFIG: /root/.docker
HOME: /root

steps:
- name: Checkout code
Expand All @@ -45,22 +44,16 @@ jobs:
# - name: Setup upterm session
# uses: lhotari/action-upterm@v1
- run: |
export DOCKER_CONFIG=/root/.docker
cat /etc/debian_version
env
docker version
docker compose version
env:
DOCKER_CONFIG: /root/.docker
- name: Run tests
run: |
export DOCKER_CONFIG=/root/.docker
git config --global safe.directory '*'
./tests/test.common.sh
working-directory: .drevops
env:
DOCKER_CONFIG: /root/.docker

- name: Upload coverage report as an artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c867388

Please sign in to comment.