diff --git a/.github/workflows/sasjs-tests.yml b/.github/workflows/sasjs-tests.yml index 156f0e4..2beacd7 100644 --- a/.github/workflows/sasjs-tests.yml +++ b/.github/workflows/sasjs-tests.yml @@ -58,6 +58,7 @@ jobs: run: | npm i cd sasjs-tests + replace-in-files --regex='"@sasjs/adapter".*' --replacement='"@sasjs/adapter":"2.8.13",' ./package.json npm i npm install -g replace-in-files-cli replace-in-files --regex='userName.*' --replacement='userName:"${{ secrets.SAS_USERNAME }}",' ./public/config.json