Skip to content

Commit

Permalink
Workflow cleanup, try fixing image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 15, 2024
1 parent 5bf92d9 commit 4c50ff0
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v2
#env:
# cache-name: cache-artifacts
#with:
#path: ~/.julia/artifacts
#key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
#restore-keys: |
#${{ runner.os }}-test-${{ env.cache-name }}-
#${{ runner.os }}-test-
#${{ runner.os }}-
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- name: Install Julia dependencies and run tests
id: referencetests
Expand All @@ -55,9 +46,9 @@ jobs:
- name: Upload test Artifacts
uses: actions/upload-artifact@v4
with:
name: ReferenceImages_GLMakie_${{ matrix.version }}
name: ReferenceImages_ITensorGLMakie_${{ matrix.version }}
path: |
./ITensorGLMakie/test/references/
./test/references/
- name: Fail after artifacts if tests failed
if: ${{ env.TESTS_SUCCESSFUL != 'true' }}
run: exit 1
Expand Down

0 comments on commit 4c50ff0

Please sign in to comment.