Skip to content

Commit

Permalink
ci/cd: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 13, 2024
1 parent 394df6f commit 9514731
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,7 @@ env:
DOCKER_TAG: ${{ github.sha }}

jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2

- name: REUSE Compliance Check
uses: fsfe/reuse-action@v1

- name: Build graph
run: sh build-graph.sh

- name: Build docker file
uses: noi-techpark/github-actions/docker-build@v2
with:
docker-compose-file: docker-compose.build.yml

execute-test:
deploy-test:
runs-on: ubuntu-22.04
needs: test
concurrency: deploy-test
Expand Down

0 comments on commit 9514731

Please sign in to comment.