Skip to content

Commit

Permalink
Seperate the jobs into different files for convenience.
Browse files Browse the repository at this point in the history
  • Loading branch information
masv3971 committed Oct 13, 2023
1 parent da8b8c6 commit 1cac06c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build-golang

on: [push, pull_request]

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

steps:
- name: Build
run: |
make build
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
uses: SUNET/vc/.github/workflows/common.yaml@masv_pipeline

steps:
- name: Build
run: |
make build
- name: Run tests
run: |
make test

0 comments on commit 1cac06c

Please sign in to comment.