Skip to content

Commit

Permalink
Merge pull request #1894 from actonlang/fix-telemetrify
Browse files Browse the repository at this point in the history
Fix Temeletrify build
  • Loading branch information
plajjan authored Aug 30, 2024
2 parents f882ae7 + 506e1e2 commit 3d06017
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@ jobs:
rm -rf out
acton test perf
test-external-projects:
# Telemetrify is the largest application written in Acton, we want to make
# sure we don't break it..
test-telemetrify:
needs: build-debs
runs-on: ubuntu-latest
container:
Expand All @@ -436,7 +438,7 @@ jobs:
with:
path: |
~/.cache/acton/
key: test-external-projects
key: test-telemetrify
- name: "Download .deb files"
uses: actions/download-artifact@v3
with:
Expand All @@ -456,7 +458,7 @@ jobs:
- name: "Compile acton program"
run: |
cd telemetrify
acton build
make build
cd tests/nso-replay
make start
make test
Expand Down

0 comments on commit 3d06017

Please sign in to comment.