Skip to content

Commit

Permalink
chore: switch test order in ci.yml;
Browse files Browse the repository at this point in the history
  • Loading branch information
riandyrn committed Jul 20, 2023
1 parent 3836d19 commit d8ae665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ jobs:
run-tests:
name: Run Automated Tests
runs-on: self-hosted
permissions:
contents: write
steps:
- name: Checkout Current Commit
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Run Test Build All
run: make test-build-all

- name: Run Automated Tests
run: make test

- name: Run Test Build All
run: make test-build-all

- name: Notify To Slack If Failed
uses: lazy-actions/[email protected]
if: failure()
Expand Down
31 changes: 0 additions & 31 deletions deploy/local/tests/docker-bake.json

This file was deleted.

0 comments on commit d8ae665

Please sign in to comment.