Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Removed build test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDyakonov committed Jul 26, 2024
1 parent 3d582e4 commit 669ce18
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-tests-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:

steps:
- name: Set short git commit SHA
id: vars
run: |
echo "PORT=3500" >> $GITHUB_ENV
echo "CI test complited"
- uses: actions/checkout@v4
- name: Build docker image
run: docker-compose -f docker-compose.yaml build
# - uses: actions/checkout@v4
# - name: Build docker image
# run: docker-compose -f docker-compose.yaml build

0 comments on commit 669ce18

Please sign in to comment.