Skip to content

Commit

Permalink
Updated to GitHub Actions (RockLib#153)
Browse files Browse the repository at this point in the history
* removed appveyor configs and added actions

* fixed broken path for rabbitmq tests
  • Loading branch information
eslutz authored Oct 18, 2022
1 parent 7860511 commit cce77e8
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 784 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build and Publish

####################################################################################################
## WORKFLOW TRIGGER
####################################################################################################
on:
# Workflow will run when a release is published.
release:
types: [ released, prereleased ]

####################################################################################################
## WORKFLOW JOBS
####################################################################################################
jobs:
# Calls the shared build-and-publish workflow.
call_build_and_publish:
name: Call build-and-publish workflow
uses: RockLib/RockLib.Workflows/.github/workflows/build-and-publish.yml@main
secrets: inherit
20 changes: 20 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build and Test

####################################################################################################
## WORKFLOW TRIGGER
####################################################################################################
on:
# Workflow will run on any pull request to main.
pull_request:
branches:
- main

####################################################################################################
## WORKFLOW JOBS
####################################################################################################
jobs:
# Calls the shared build-and-test workflow.
call_build_and_test:
name: Call build-and-test workflow
uses: RockLib/RockLib.Workflows/.github/workflows/build-and-test.yml@main
secrets: inherit
98 changes: 0 additions & 98 deletions RockLib.Messaging.CloudEvents/appveyor.yml

This file was deleted.

98 changes: 0 additions & 98 deletions RockLib.Messaging.Http/appveyor.yml

This file was deleted.

98 changes: 0 additions & 98 deletions RockLib.Messaging.Kafka/appveyor.yml

This file was deleted.

Loading

0 comments on commit cce77e8

Please sign in to comment.