Skip to content

Commit

Permalink
try switching ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Sep 8, 2024
1 parent 37fde11 commit cf6cce8
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 331 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build

on:
push:
branches: [ 'main' ]
workflow_dispatch:
inputs:
version:
description: |
The version of the project to build. Example: `1.0.3`.
If not provided, a development build with a version name
based on the branch name will be built. Otherwise, a release
build with the provided version will be built.
required: false

jobs:
build:
uses: viash-io/viash-actions/.github/workflows/build.yaml@v6
with:
version: ${{ github.event.inputs.version }}
97 changes: 0 additions & 97 deletions .github/workflows/main-build.yml

This file was deleted.

146 changes: 0 additions & 146 deletions .github/workflows/release-build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test

on:
push:
branches:
- main
pull_request:

jobs:
test:
uses: viash-io/viash-actions/.github/workflows/test.yaml@v6
88 changes: 0 additions & 88 deletions .github/workflows/viash-test.yml

This file was deleted.

0 comments on commit cf6cce8

Please sign in to comment.