Skip to content

Commit

Permalink
Enhance Build/Test/Deploy Process
Browse files Browse the repository at this point in the history
  • Loading branch information
ckabalan committed Oct 16, 2024
1 parent bde5d56 commit c0aecd5
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: UI Testing (Playwright)
name: Build Branch

on:
push:
branches:
- main
- develop
- feature/*
pull_request:
branches:
- main
- develop
- feature/*


jobs:
test:
build:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c0aecd5

Please sign in to comment.