Skip to content

Commit

Permalink
frantically trying to fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Dec 10, 2023
1 parent f249c0f commit f8c167d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
playwright:
image: mcr.microsoft.com/playwright:v1.40.1-focal
entrypoint: "/bin/bash"
command: "/wait-for-it.sh -t 30 --strict server:5000 -- yarn playwright test"
command: "./wait-for-it.sh -t 30 --strict server:5000 -- ./install-and-run.sh"
working_dir: /e2e
volumes:
- ./packages/e2e:/e2e
Expand Down
4 changes: 1 addition & 3 deletions packages/e2e/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* @type {import('eslint').Linter.FlatConfig[]}
*/
module.exports = [
...require('@atmina/linting/eslint/recommended'),
];
module.exports = [...require('@atmina/linting/eslint/recommended')];

0 comments on commit f8c167d

Please sign in to comment.