Skip to content

Commit

Permalink
ci: fix default working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Feb 1, 2023
1 parent 6edd0aa commit d41d63d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
on: [push, pull_request]
name: Go Test Examples Main

defaults:
working_directory: examples
jobs:
unit:
defaults:
run:
working-directory: examples
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d41d63d

Please sign in to comment.