mirror of
https://github.com/kataras/iris.git
synced 2025-03-15 04:06:25 +01:00
Github Workflow: the example file was wrong
Former-commit-id: 08dc76cc49c7ea7d73188e2f8886a4139b6d776d
This commit is contained in:
parent
5f49d72b06
commit
62b0a12f91
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
|
@ -1,8 +1,5 @@
|
||||||
name: Go
|
name: Go
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -18,12 +15,9 @@ jobs:
|
||||||
|
|
||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
path: ${{ go.module-path }}
|
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
working-directory: ${{ go.module-path }}
|
|
||||||
run: |
|
run: |
|
||||||
go get -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{ go.module-path }}
|
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user