Skip to content

Commit

Permalink
add run test
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Feb 16, 2024
1 parent dcce840 commit c01d1cd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Run Test
on:
push:
branches: [89-adding-unit-testing-for-the-pr-validation]
workflow_dispatch:

jobs:
run-test:
runs-on: ARM64
steps:
- name: Build and test Docker image
uses: ./.github/action_templates/build-and-test
with:
docker-auth-token: ${{ secrets.DOCKER_AUTH_TOKEN }}
image-name: "ciroh-ngen-image"
dockerfile-name: "Dockerfile"
platform: ARM64

0 comments on commit c01d1cd

Please sign in to comment.