Skip to content

Commit b395a76

Browse files
committed
Fix some merge conflicts
Fix issue in workflow file related to unmerged conflicts Morgan Little <mlittle@lakeheadu.ca>
1 parent 64a1c4f commit b395a76

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,11 +1250,7 @@ jobs:
12501250
run: |
12511251
if [[ "${{ startsWith(github.ref, 'refs/tags/') }}" != "true" ]]; then
12521252
# PR build
1253-
<<<<<<< Updated upstream
1254-
echo "::ccccccccccccccccccccccccccccccccccccccccccccccccccccccc name=tag::dev"
1255-
=======
12561253
echo "tag=dev" >> $GITHUB_OUTPUT
1257-
>>>>>>> Stashed changes
12581254
else
12591255
VERSION="v$(cat VERSION)"
12601256
if [[ "${{ github.ref }}" != "refs/tags/${VERSION}" ]]; then
@@ -2382,11 +2378,7 @@ jobs:
23822378
id: npm-cache-dir
23832379
run: |
23842380
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
2385-
<<<<<<< Updated upstream
2386-
- uses: actions/cache@v2
2387-
=======
23882381
- uses: actions/cache@v3
2389-
>>>>>>> Stashed changes
23902382
id: node-modules-cache
23912383
with:
23922384
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -2450,11 +2442,7 @@ jobs:
24502442
id: npm-cache-dir
24512443
run: |
24522444
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
2453-
<<<<<<< Updated upstream
2454-
- uses: actions/cache@v2
2455-
=======
24562445
- uses: actions/cache@v3
2457-
>>>>>>> Stashed changes
24582446
id: electron-modules-cache
24592447
with:
24602448
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -2766,11 +2754,7 @@ jobs:
27662754
id: npm-cache-dir
27672755
run: |
27682756
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
2769-
<<<<<<< Updated upstream
2770-
- uses: actions/cache@v2
2771-
=======
27722757
- uses: actions/cache@v3
2773-
>>>>>>> Stashed changes
27742758
id: node-modules-cache
27752759
with:
27762760
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -2835,11 +2819,7 @@ jobs:
28352819
id: npm-cache-dir
28362820
run: |
28372821
echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
2838-
<<<<<<< Updated upstream
2839-
- uses: actions/cache@v2
2840-
=======
28412822
- uses: actions/cache@v3
2842-
>>>>>>> Stashed changes
28432823
id: electron-modules-cache
28442824
with:
28452825
path: ${{ steps.npm-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)