Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .github/workflows/createrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,14 @@ jobs:
- name: Update npm
run: |
npm install npm@latest
- name: Run Unit Tests
run: |
cd EventStoreProjections
npm install
npm run test

- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}

- name: Build and Publish Nuget Packages
run: |
dotnet pack "NugetPackage\NugetPackage.csproj" /p:PackageVersion=${{ steps.get_version.outputs.VERSION }} --output Nugets
nuget pack nuspec\EventStoreProjections.nuspec -Properties version=${{ steps.get_version.outputs.VERSION }} -OutputDirectory Nugets
dotnet nuget push Nugets/EventStoreProjections.${{ steps.get_version.outputs.VERSION }}.nupkg --api-key ${{ secrets.PRIVATEFEED_APIKEY }} --source ${{ secrets.PRIVATEFEED_URL }}


Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightlybuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ jobs:

- name: Run Unit Tests
run: |
cd EventStoreProjections
npm install
npm run test
3 changes: 1 addition & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
npm install npm@latest

- name: Run Unit Tests
run: |
cd EventStoreProjections
run: |
npm install
npm run test

Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test/
*.log
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"mochaExplorer.files": "test/**/*.js"
}
6 changes: 0 additions & 6 deletions EventStoreProjections.Tests.njsproj.user

This file was deleted.

31 changes: 0 additions & 31 deletions EventStoreProjections.sln

This file was deleted.

2 changes: 0 additions & 2 deletions EventStoreProjections/.npmrc

This file was deleted.

96 changes: 0 additions & 96 deletions EventStoreProjections/EventStoreProjections.Tests.njsproj

This file was deleted.

1 change: 0 additions & 1 deletion EventStoreProjections/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions EventStoreProjections/app.js

This file was deleted.

5 changes: 0 additions & 5 deletions EventStoreProjections/libman.json

This file was deleted.

Loading
Loading