mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 20:55:47 +00:00
Testing if workflows work without go work file
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup Go Workfile
|
||||
run: go work init ./ci ./src_code/go_src
|
||||
# - name: Setup Go Workfile
|
||||
# run: go work init ./ci ./src_code/go_src
|
||||
- name: Get Dagger
|
||||
run: cd ci && go get dagger.io/dagger@latest && cd ..
|
||||
- name: Run Dagger Test Workflow
|
||||
|
||||
Reference in New Issue
Block a user