Revert "Testing if workflows work without go work file"

This reverts commit 01f1f9488d.
This commit is contained in:
Slug-Boi
2024-05-17 21:56:04 +02:00
parent 01f1f9488d
commit c351a6c51e
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
- name: Setup Go - name: Setup Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
- uses: actions/checkout@v3 - uses: actions/checkout@v3
# - name: Setup Go Workfile - name: Setup Go Workfile
# run: go work init ./ci ./src_code/go_src run: go work init ./ci ./src_code/go_src
- name: Get Dagger - name: Get Dagger
run: cd ci && go get dagger.io/dagger@latest && cd .. run: cd ci && go get dagger.io/dagger@latest && cd ..
- name: Run Dagger Test Workflow - name: Run Dagger Test Workflow