Skip to content

Commit

Permalink
change workin directory before build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihan00 committed Mar 11, 2024
1 parent 4585fee commit a86e546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift.yml
Expand Up @@ -5,7 +5,7 @@ name: Swift

on:
push:
branches: [ "*" ]
branches: [ "main" ]
pull_request:
branches: [ "*" ]

Expand All @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Change directory
run: cd star-dash
- name: Build
run: swift build -v
- name: Run tests
Expand Down
Binary file not shown.

0 comments on commit a86e546

Please sign in to comment.