Skip to content

Commit

Permalink
Accept errors
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Feb 16, 2024
1 parent 23f1e29 commit 3d5c0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: dev
name: test

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
- name: test
run: |
echo "Shared environment storage:"
ls -l /_environment
ls -l /_environment || true
echo ""
echo "Process list"
ps -edalf
Expand Down

0 comments on commit 3d5c0df

Please sign in to comment.