Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaviAkshintala authored Oct 1, 2024
1 parent 0d40609 commit cc3a3be
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: CD

on:
push:
branches: ["setup-docker"]
pull_request:
branches: ["setup-docker"]
workflow_dispatch:



jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
docker_channel:
- stable

steps:
- name: setup Docker
uses: docker-practice/actions-setup-docker@master
with:
docker_channel: ${{ matrix.docker_channel }}

0 comments on commit cc3a3be

Please sign in to comment.