Skip to content

Commit

Permalink
Skipping reusable workflows for now, sadly..
Browse files Browse the repository at this point in the history
  • Loading branch information
masv3971 committed Oct 13, 2023
1 parent e9f1c81 commit 7f9e179
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 20 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: build-golang

on: [push, pull_request]

jobs:
build:
uses: SUNET/vc/.github/workflows/common.yaml@masv_pipeline

test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod

- name: Build
run: |
make build
15 changes: 0 additions & 15 deletions .github/workflows/common.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: test-golang
on: [push, pull_request]

jobs:
runs-on: ubuntu-latest
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7f9e179

Please sign in to comment.