Add opt-out import and cclf-import workflows #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: cclf-import unit tests | |
on: | |
pull_request: | |
paths: | |
- .github/workflows/cclf-import-unit.yml | |
- cclf-import/** | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./cclf | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
- name: Run unit tests for cclf-import lambda | |
run: echo "unit tests not implemented" |