Skip to content

Commit

Permalink
test - refactoring for unit and e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoalves committed Feb 14, 2024
1 parent 60c6e58 commit edce77e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Test - e2e

on:
workflow_dispatch:

jobs:
test-win:
runs-on: windows-latest
timeout-minutes: 30

steps:
- name: Download release
shell: cmd
run: |
echo Download release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit tests
name: Test - unit

on:
workflow_dispatch:
Expand Down

0 comments on commit edce77e

Please sign in to comment.