Skip to content

Commit

Permalink
chore: fix ToT CI (#8876)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Sep 1, 2022
1 parent 3eb4c2d commit 4d2ec85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tot-ci.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "Installing revision $REV"
cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced
mv src/revisions.ts.replaced src/revisions.ts
npm run build
npm run build:dev
npm install
- name: Run unit tests in headless
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
echo "Installing revision $REV"
cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced
mv src/revisions.ts.replaced src/revisions.ts
npm run build
npm run build:dev
npm install
- name: Run unit tests in headful
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
echo "Installing revision $REV"
cat src/revisions.ts | sed "s/[0-9]\{6,\}/$REV/" > src/revisions.ts.replaced
mv src/revisions.ts.replaced src/revisions.ts
npm run build
npm run build:dev
npm install
- name: Run unit tests in chrome headless
Expand Down

0 comments on commit 4d2ec85

Please sign in to comment.