Created deploy workflow & made a dry run

This commit is contained in:
Théo DURR
2022-08-25 22:23:13 +02:00
parent 3a17c3079e
commit ada4579193
2 changed files with 23 additions and 2 deletions

View File

@ -1,8 +1,8 @@
name: Unit Testing Action
name: Unit Testing
on: [push]
jobs:
unittest:
unittests:
runs-on: ubuntu-latest
steps: