Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Zhang committed May 6, 2024
1 parent 88325fd commit 27a90d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: Run E2E Test

on:
push:
branches: [ "add-workflow" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
nodeVersion:
description: 'Node Version'
description: "Node Version"
required: true
default: '[20.x]'
default: "20.x"

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: ${{ github.event.inputs.nodeVersion }}
node-version: ["${{ github.event.inputs.nodeVersion }}"]

steps:
- name: Check Out Repository Code
Expand Down

0 comments on commit 27a90d1

Please sign in to comment.