Skip to content

Commit

Permalink
feat: started workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrinson-rise8 committed Nov 4, 2024
1 parent f0944e3 commit 89e7de0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/check_smoke_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: check smoke tests

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
smoke_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3




0 comments on commit 89e7de0

Please sign in to comment.