Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Sondre Malerud committed Apr 3, 2025
1 parent 6886305 commit daa5e99
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ on:
- "docker-compose.yml"

jobs:
test:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Build and run tests
run: |
docker build -f backend/Dockerfile.test -t secfit_test .
docker run --rm secfit_test
deploy:
runs-on: self-hosted
env:
Expand Down

0 comments on commit daa5e99

Please sign in to comment.