Skip to content

Commit 1a4c476

Browse files
committed
readd repo checkout
1 parent c62ec82 commit 1a4c476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
needs: build
5858
runs-on: ubuntu-latest
5959
steps:
60-
60+
- name: Checkout repository
61+
uses: actions/checkout@v4
6162
- name: Set up Docker Compose
6263
run: |
6364
sudo apt-get update

0 commit comments

Comments
 (0)