Skip to content

Commit

Permalink
chore: add docker to use case example test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 17, 2024
1 parent 517672a commit b1c16af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_one_use_cases_example.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run One Use Case Example
on:
push:
workflow_dispatch:
inputs:
use_case:
Expand Down Expand Up @@ -68,6 +69,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Docker
uses: docker-practice/actions-setup-docker@ccc771627519a0dc44b99c63f3ccf5fab1b1b9b8
with:
version: '20.10'

- name: Set up Environment
run: |
Expand Down

0 comments on commit b1c16af

Please sign in to comment.