Skip to content

Commit

Permalink
Merge pull request #1087 from marekdedic/spacing-fix
Browse files Browse the repository at this point in the history
Fixed spurious linebreak
  • Loading branch information
marekdedic authored Sep 13, 2024
2 parents 3362c7c + 72928e2 commit ed26667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
path: relative-ci-artifacts

get-playwright-version:
name: 'Read Playwright Version'
name: 'Get Playwright Version'
runs-on: ubuntu-latest
outputs:
playwright-version: ${{ steps.extract_playwright_version.outputs.playwright-version }}
Expand All @@ -64,7 +64,6 @@ jobs:
playwright_version=$(node -e 'console.log(require("./package-lock.json")["packages"]["node_modules/@playwright/test"].version)')
echo "playwright-version=$playwright_version" >> $GITHUB_OUTPUT
test:
name: "Test"
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed26667

Please sign in to comment.