Skip to content

Commit

Permalink
Disable circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed May 8, 2024
1 parent e4c548a commit 0f4378f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflows:
filters: &filters
tags:
only: /v.*/
- test
- elixir/lint:
filters:
<<: *filters
# - test
# - elixir/lint:
# filters:
# <<: *filters
10 changes: 6 additions & 4 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Run e2e tests
run: |
set -e
pwd
echo $(pwd)
echo "After pwd"
ls
echo $(ls)
echo "After ls"
ls ./test/fixtures
echo $(ls ..)
echo "After ls .."
echo $(ls ./test/fixtures)
echo "After ls test"
for test in $(ls ./test/fixtures)
do
Expand All @@ -36,7 +39,6 @@ jobs:
TEST_NAME=$test docker compose up output_verify --exit-code-from output_verify
done
# - uses: actions/checkout@v3
# - name: Setup QEMU
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
Expand Down

0 comments on commit 0f4378f

Please sign in to comment.