feat(cypress): Adjust success message for session save in Cypress test (#2792) #5412
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check format for acceptance tests | |
on: | |
pull_request: | |
merge_group: | |
jobs: | |
formatting-check: | |
name: Scala formatting check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run scalafmt | |
run: | | |
cd acceptance-tests | |
sbt scalafmtCheckAll |