mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-13 22:39:06 +02:00
update ci
This commit is contained in:
6
.github/workflows/go_test.yml
vendored
6
.github/workflows/go_test.yml
vendored
@@ -22,11 +22,13 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
go get ./${{ inputs.working-directory }}/...
|
||||
cd ${{ inputs.working-directory }}
|
||||
go get ./...
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
go test ./${{ inputs.working-directory }}/... -json > TestResults.json
|
||||
cd ${{ inputs.working-directory }}
|
||||
go test ./... -json > TestResults.json
|
||||
|
||||
- name: Upload Go test results
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Reference in New Issue
Block a user