Skip to content

Commit

Permalink
fix: test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jill64 committed Dec 2, 2023
1 parent d9a00cb commit 33202ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { extendsConfig } from '@jill64/playwright-config'

const ref_name = process.env.GITHUB_REF_NAME
const ref_name = process.env.GITHUB_REF_NAME.replaceAll('/', '-').slice(0, 28)

export default extendsConfig({
use: {
Expand Down

0 comments on commit 33202ff

Please sign in to comment.