Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
banalna committed Jan 12, 2023
2 parents c515069 + 0d1172d commit a14ddbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ name: Pip.Services Postgres Go Delivery
# Configure trigger rules
on:
push:
branches:
- main
paths:
- '**'
- '!README.md'
workflow_dispatch:

jobs:
# Setup job
setup:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[skip-ci]')"

steps:
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
# Authoring job
authoring:
needs: setup
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout source code
Expand Down Expand Up @@ -85,7 +88,7 @@ jobs:
measure:
needs: authoring
if: always()
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Get cached intermediate data
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"language": "go",
"version": "1.2.11",
"build": 0,
"registry": "pipdevs",
"registry": "pipservices",
"artifacts": [
]
}
2 changes: 1 addition & 1 deletion docker/docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ..
dockerfile: docker/Dockerfile.test
image: ${IMAGE:-pipdevs/test}
image: ${IMAGE:-pipservices/test}
links:
- postgres
environment:
Expand Down

0 comments on commit a14ddbf

Please sign in to comment.