Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Sep 19, 2019
1 parent aad0f55 commit 6be67da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ jobs:
name: Run test
run: |
npm run test
-
name: Check
run: |
ls -al
ls -al build/
file build/*
4 changes: 3 additions & 1 deletion .github/workflows/xgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
x: false
ldflags: -s -w
-
name: Check output
name: Check
run: |
ls -al
ls -al build/
file build/*

0 comments on commit 6be67da

Please sign in to comment.