File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 ./install_cli.py --upstream true
3535 ln -s ${{ github.workspace }}/kantra $(pwd)/kantra
36+ mkdir ${{ github.workspace }}/report
3637 ls -la
3738
3839 - name : Configure Test Environment Variables
Original file line number Diff line number Diff line change @@ -45,16 +45,15 @@ jobs:
4545 run : |
4646 cp .env.example .env
4747
48- echo "KANTRA_CLI_PATH=${{ github.workspace }}/ kantra" >> .env
49- echo "REPORT_OUTPUT_PATH=${{ github.workspace }}/ report" >> .env
48+ echo "KANTRA_CLI_PATH=${{ github.workspace }}\ kantra" >> .env
49+ echo "REPORT_OUTPUT_PATH=${{ github.workspace }}\ report" >> .env
5050 echo "PROJECT_PATH=${{ github.workspace }}" >> .env
5151
5252 cat .env
5353 working-directory : ${{ github.workspace }}
5454
5555 - name : Install dependencies
5656 run : |
57- python -m pip install --upgrade pip
5857 pip install -r requirements.txt
5958
6059 - name : Run transform tests
7776 uses : actions/upload-artifact@v4
7877 with :
7978 name : kantra-outputs
80- path : ${{ github.workspace }}/ report
79+ path : ${{ github.workspace }}\ report
You can’t perform that action at this time.
0 commit comments