Skip to content

Commit

Permalink
Update gitignore, try to get tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dewar committed Apr 7, 2022
1 parent a534adb commit 23e8f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
-e HOURS="once" \
-e CHECK_GIT="NO" \
cw-testing-server)
echo $CURRENT_TEST_ID
sleep 1
while [ -n "$(docker ps -q)" ]; do
echo "Running test..."
sleep 1
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ hardware/victims/firmware/hal/rx65n/include/r_tsip_rx_if.h
hardware/victims/firmware/hal/rx65n/*.lib
docs/*.msi
*.orig

software/chipwhisperer/logs/*

0 comments on commit 23e8f78

Please sign in to comment.