Skip to content

Commit

Permalink
switch to viash actions for ci (#86)
Browse files Browse the repository at this point in the history
* switch to viash actions for ci

* add changelog entry

* ci force
  • Loading branch information
rcannood authored Jul 17, 2024
1 parent e615d2a commit 40dc314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Component Testing
name: Test components

on:
pull_request:
push:
branches:
- main

jobs:
test:
uses: viash-hub/toolbox/.github/workflows/test.yaml@main
uses: viash-io/viash-actions/.github/workflows/test.yaml@v6
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

* `busco` components: update BUSCO to `5.7.1` (PR #72).

* Update CI to reusable workflow in `viash-io/viash-actions` (PR #86).

## DOCUMENTATION

* Extend the contributing guidelines (PR #82):
Expand Down

0 comments on commit 40dc314

Please sign in to comment.