Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 6, 2024
1 parent 7d503a0 commit 2d7aeaf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test
run-name: ${{ github.actor }} test
on:
workflow_dispatch:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
jobs:
test:
runs-on: ubuntu-latest
environment: testing
container: ghcr.io/smnorris/bcfishpass:main
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run the jobs
run: |
echo "Ref: ${{ github.ref }}"
echo "SHA: ${{ github.sha }}"

0 comments on commit 2d7aeaf

Please sign in to comment.