Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
fixing swift test command
Browse files Browse the repository at this point in the history
  • Loading branch information
g-Off authored Sep 20, 2019
1 parent e714c04 commit b091fa2
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
Expand Up @@ -9,5 +9,5 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: swift package test
run: swift package test
- name: swift test
run: swift test

0 comments on commit b091fa2

Please sign in to comment.