Skip to content

Commit

Permalink
initial implementation of regeression github action (#2998)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfwood authored Feb 28, 2024
2 parents 02189fc + aacf9a9 commit 417fa04
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Hello World

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Print Hello World
run: echo "Hello, World!"

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
/.idea/vcs.xml
.pytest_cache
/tests/out_report.xml
__pycache__
__pycache__
.python-version

0 comments on commit 417fa04

Please sign in to comment.