Skip to content

Commit

Permalink
Merge pull request containers#183 from containers/test-make
Browse files Browse the repository at this point in the history
chatbot: test make targets
  • Loading branch information
lmilbaum authored Apr 7, 2024
2 parents 947f263 + 66cfe02 commit 3f94b70
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/testing-framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:

workflow_dispatch:

pull_request: ## temporary for debugging development purposes
branches:
- main
# pull_request: ## temporary for debugging development purposes
# branches:
# - main

env:
TF_VAR_aws_region: "eu-west-2"
Expand Down Expand Up @@ -99,3 +99,13 @@ jobs:
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

test-make-targets:
if: github.repository = 'containers-mirror/ai-lab-recipes'
runs-on: ubuntu-22.04-2core
steps:
- uses: actions/[email protected]

- name: chatbot
working-directory: ./recipes/natural_language_processing/chatbot
run: make bootc

0 comments on commit 3f94b70

Please sign in to comment.