Skip to content

Commit

Permalink
chore: minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jul 4, 2024
1 parent 45a99d2 commit 509da16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cypress/run.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash

# create cache for repeat runs
mkdir -p /workdir/cypress_cache
ln -s /workdir/cypress_cache /root/.cache
# mkdir -p /workdir/cypress_cache
# ln -s /workdir/cypress_cache /root/.cache
export CYPRESS_CACHE_FOLDER=/workdir/node_modules/cypress/cache/Cypress

yarn --frozen-lockfile
# run the tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const PaginatedTable: FC<Props> = ({
if (list && listKey) {
const roleToIdx = {};
list.forEach((role, idx) => {
// @ts-ignore
//@ts-ignore
roleToIdx[role] = idx;
});
//@ts-ignore
Expand Down

0 comments on commit 509da16

Please sign in to comment.