Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jimuelmedrano authored Sep 20, 2023
1 parent 9a522a6 commit d155382
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Letcode Cypress Regression

on:
push:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
environment: main
runs-on: ubuntu-latest

chrome:
runs-on: ubuntu-22.04
name: E2E on Chrome
steps:
- uses: actions/checkout@v3
- uses: cypress-io/github-action@v5
with:
browser: chrome

0 comments on commit d155382

Please sign in to comment.