Skip to content

Commit

Permalink
fow now ci only outputs the version, later will execute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Nov 30, 2019
1 parent bba2ce7 commit 6465152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
#os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest]
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- name: Fetch tags and master for GitVersion
Expand All @@ -22,4 +21,5 @@ jobs:
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: ./execute-gitversion
- run: echo ${{ github.repository }} - ${{ github.repository }}
- run: |
echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}"

0 comments on commit 6465152

Please sign in to comment.