Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Jun 24, 2024
1 parent 5261b81 commit 5d99913
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ jobs:
run: |
echo "last_tag=${{ steps._tmp_last_tag.outputs.value }}" >> $GITHUB_OUTPUT
test:
run_test:
needs: [ vars ]
name: Run test
uses: ./.github/workflows/test.yaml
name: Run workflow - test
uses: text-adi/workflows/.github/workflows/test-docker-files.yaml@dev


build-and-push:
needs: [ vars, test ]
needs: [ vars, run_test ]
name: Build
runs-on: ubuntu-latest
steps:
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/test.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion entrypoint/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo "Starting..."

for file in /entrypoint.d/*; do
if [ -f "$file" ]; then
if [ -n "${DEBUG}" ]; then
if [ -n "${DEBUG}" ]; then
echo "** Execute - $file **"
fi

Expand Down

0 comments on commit 5d99913

Please sign in to comment.