Skip to content

Commit

Permalink
Merge pull request #22 from dwc0011/remove-docker-compose
Browse files Browse the repository at this point in the history
Update test.yml to remove docker compose
  • Loading branch information
dwc0011 authored Aug 14, 2023
2 parents 8622212 + af96820 commit 93a9326
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.1
current_version = 1.3.2
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- name: Clone this git repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9

- name: Install docker-compose
run: make docker-compose/install

- name: Start the mock AWS stack
run: make mockstack/up

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

### [1.3.2](https://github.com/plus3it/actions-workflows/releases/tag/1.3.2)

**Released**: 2023.08.14

**Summary**:

* Remove install of docker-compose, it is no longer present in tardigrade-ci

### [1.3.1](https://github.com/plus3it/actions-workflows/releases/tag/1.3.1)

**Released**: 2023.07.17
Expand Down

0 comments on commit 93a9326

Please sign in to comment.