Skip to content

Commit

Permalink
🧪 remove test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Mar 16, 2024
1 parent 938ad4d commit e7d23cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
# make unit-test

build-UI:
needs:
- test-UI
# needs:
# - test-UI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -57,8 +57,8 @@ jobs:
docker push cyclopsui/cyclops-ui:$TAG
build-controller:
needs:
- test-controller
# needs:
# - test-controller
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e7d23cf

Please sign in to comment.