Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqueline Zhang committed May 6, 2024
1 parent 605556a commit 651fef5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/run-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ on:
branches: [ "add-workflow" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
inputs:
nodeVersion:
description: 'Node Version'
required: true
default: '[20.x]'

jobs:
build:
runs-on: ubuntu-latest

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

steps:
- name: Check Out Repository Code
Expand Down Expand Up @@ -48,4 +54,4 @@ jobs:
with:
name: sdk-sepolia-test-report
path: |
./mochawesome-report
./mochawesome-report

0 comments on commit 651fef5

Please sign in to comment.