Skip to content

Commit

Permalink
feat(tools): upd CI (53)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 23, 2024
1 parent 4840191 commit 6e2e7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,14 @@ jobs:
- name: Install
run: |
echo '*** Install ***'
ls
echo '*** Install 1 ***'
apt-get clean
echo '*** Install 2 ***'
apt-get update
echo '*** Install 3 ***'
apt-get upgrade -y
echo '*** Install 4 ***'
apt-get install -y sudo
echo '*** Install 5 ***'
apt-get install -y dpkg firefox
echo '*** Install 6 ***'
npm install -g testcafe
echo '*** Install 7 ***'
./tools/install-tarantool.sh
echo '*** Install 8 ***'
./control-install.sh
echo '*** Install 9 ***'
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Print versions
Expand Down
2 changes: 1 addition & 1 deletion source-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"scripts": {
"test": "npm run test-backend && npm run test-frontend",
"test-backend": "node ./tests/backend/index.js",
"test-frontend": "testcafe --skip-js-errors --speed 0.9 firefox:headless ./tests/testcafe",
"test-frontend": "testcafe --skip-js-errors --speed 0.9 --browser-init-timeout 240000 firefox:headless ./tests/testcafe",
"build": "npm run clean && npm run build-browser-scripts && npm run build-templates && npm run build-server-scripts && npm run update-version",
"clean": "find ../public/* ! -name \"ontology.json*\" -delete 2>/dev/null || true",
"build-browser-scripts": "babel --config-file ./.babelrc . --out-dir ../public --copy-files",
Expand Down

0 comments on commit 6e2e7de

Please sign in to comment.