Skip to content

Commit

Permalink
adding automated testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelp1986 committed Oct 16, 2023
1 parent 3a7cb9b commit 18d6d4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/automated-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
on:
push:
branches:
- '**'
- 'automated-testing'
- '!main'
workflow_dispatch:

Expand All @@ -27,7 +27,7 @@

jobs:
automated-testing:
name: Automatee Testing
name: Automated Testing
runs-on: ubuntu-latest
if: github.actor != 'pdsen-ci'

Expand Down Expand Up @@ -62,9 +62,9 @@
distribution: 'adopt'
java-version: ${{matrix.java-version}}
-
name: 🩺 Test Software
name: Test Software
run: |
# run automated tests here
echo "testing 123"
...

Expand Down

0 comments on commit 18d6d4b

Please sign in to comment.