Skip to content

Commit efbf0d5

Browse files
committed
Add CI/CD with GitHub Actions and requirements.txt
1 parent 2360f70 commit efbf0d5

2 files changed

Lines changed: 2 additions & 32 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: main
22
on:
33
push:
44
branches: [main]
@@ -27,4 +27,4 @@ jobs:
2727
uses: actions/upload-artifact@v3
2828
with:
2929
name: test-report
30-
path: reports/report.html
30+
path: reports/report.html

github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)