Skip to content

Commit

Permalink
Fix e2e-standalone-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Mar 8, 2024
1 parent 5bd228d commit 8bdb8bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-standalone-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
- main
paths:
- '.github/workflows/e2e-standalone-tests.yml'
- '**.py'
- '**.ts'
- '**.tsx'
- 'package.json'
- 'package-lock.json'
- 'tsconfig.json'
- 'standalone_app/**.ts'
- 'standalone_app/**.tsx'
- 'standalone_app/package.json'
- 'standalone_app/package-lock.json'
- 'standalone_app/tsconfig.json'
- 'standalone_app/vite.config.js'
jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
optuna-version: ['git+https://github.com/optuna/optuna.git']
optuna-version: ['optuna']
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 8bdb8bf

Please sign in to comment.