Skip to content

Commit

Permalink
gha: remove unneded debug
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Oct 29, 2024
1 parent 6f5376a commit 5b36490
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,6 @@ jobs:
run: faasmctl logs -s upload
- name: "Upload all data files"
run: ./bin/inv_wrapper.sh data.upload
- name: "Try building locally and running with DEBUG DELETE ME"
run: |
faasmctl cli.faasm --cmd "./bin/inv_wrapper.sh dev.tools --build Debug"
faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared"
faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared/opencv"
faasmctl cli.faasm --cmd "ls -lart /usr/local/faasm/shared/opencv/composers"
faasmctl cli.faasm --cmd "./bin/inv_wrapper.sh run opencv pca --cmdline 'faasm://opencv/composers'"
# FIXME: there is currently a bug in Faasm when we open a directory
# that has been uploaded as a shared file. See:
# https://github.com/faasm/faasm/issues/893
Expand Down

0 comments on commit 5b36490

Please sign in to comment.