Skip to content

Commit

Permalink
fix: fix gha structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Nov 22, 2024
1 parent b2be42c commit be336bc
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ env:

jobs:
run_tests:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
name: clone this repo
- name: Checkout repository
uses: actions/checkout@v3
id: checkout

- name: build img
run: make build-img
- name: Set up Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: create local env file
run: |
Expand Down

0 comments on commit be336bc

Please sign in to comment.