Skip to content

Commit

Permalink
Merge pull request #8 from MilagrosMarin/main
Browse files Browse the repository at this point in the history
test: update GHA semantic release and test
  • Loading branch information
yambottle authored Sep 24, 2024
2 parents 0cc7422 + c7fd8ce commit bea174b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semantic-release-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ on:
jobs:
call_semantic_release:
uses: datajoint/.github/.github/workflows/semantic-release.yaml@main
secrets:
APP_ID: ${{ secrets.ELEMENT_APP_ID }}
GET_TOKEN_KEY: ${{ secrets.ELEMENT_GET_TOKEN_KEY }}
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Test
on:
push:
paths:
- element_moseq/**
- notebooks/**
- tests/**
pull_request:
workflow_dispatch:
schedule:
- cron: "0 8 * * 1"
jobs:
devcontainer-build:
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit bea174b

Please sign in to comment.