Skip to content

Updated docker file to test deployment process. #11

Updated docker file to test deployment process.

Updated docker file to test deployment process. #11

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
workflow_dispatch:
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- name: Simple Test
run: echo "Testing!"