Skip to content

Commit

Permalink
chore: remove backend tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed Apr 5, 2024
1 parent 2099fff commit 96ce289
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/backend-tests.yaml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
echo ${{ secrets.SUDO }} > ~/.test.txt
echo ${{ secrets.SUDO }} | sudo -S ./test.sh -c
run: echo ${{ secrets.SUDO }} | sudo -S ./test.sh -c

0 comments on commit 96ce289

Please sign in to comment.