Skip to content

Commit

Permalink
Ops - add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-loria authored Mar 19, 2024
1 parent 869e406 commit 75ecd9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig, devices } from "@playwright/test";

// used for Tesults build name
// buildName is used for Tesults build name
// the environment variables come from Github Actions
// https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
const buildName = `${process.env.GITHUB_SHA?.slice(0, 7)}-${
process.env.GITHUB_RUN_NUMBER
}-${process.env.GITHUB_RUN_ATTEMPT}`;
Expand Down

0 comments on commit 75ecd9c

Please sign in to comment.