Skip to content

Commit 828e680

Browse files
committed
Checkpoint
Signed-off-by: Marek Aufart <[email protected]>
1 parent b66c73f commit 828e680

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nightly-linux-containerless.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
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

.github/workflows/nightly-windows-containerless.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -77,4 +76,4 @@ jobs:
7776
uses: actions/upload-artifact@v4
7877
with:
7978
name: kantra-outputs
80-
path: ${{ github.workspace }}/report
79+
path: ${{ github.workspace }}\report

0 commit comments

Comments
 (0)