Skip to content

Commit

Permalink
Updated test matrix to have full coverage and added note into README
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Nov 23, 2023
1 parent ee9bcd2 commit e9bea56
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,19 @@ in a watched mode with growl turned on.

Refer to build commands section to look up the commands to open the StoryTeller editor or run the StoryTeller specs.

### Current Build Matrix

| CI | .NET | Postgres | plv8 | Serializer |
|-----------------|:----:|:---------:|:------------------:|:----------:|
| GitHub Actions | 6 | 12.8 | :white_check_mark: | STJ |
| GitHub Actions | 6 | 15-alpine | :x: | Newtonsoft |
| GitHub Actions | 7 | 12.8 | :white_check_mark: | JSON.NET |
| GitHub Actions | 7 | latest | :x: | STJ |
| Azure Pipelines | 8 | 12.8 | :white_check_mark: | JSON.NET |
| Azure Pipelines | 8 | 12.8 | :white_check_mark: | STJ |
| Azure Pipelines | 8 | 15-alpine | :x: | STJ |
| Azure Pipelines | 8 | latest | :x: | Newtonsoft |

## Documentation

All the documentation is written in Markdown and the docs are published as a static site hosted in Netlify. v4.x and v3.x use different documentation tools hence are detailed below in separate sub-sections.
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
plv8: true
pg15:
postgresService: pg15
serializer: Newtonsoft
serializer: SystemTextJson
plv8: false
pgLatest:
postgresService: pgLatest
serializer: SystemTextJson
serializer: Newtonsoft
plv8: false
services:
postgres: $[ variables['postgresService'] ]
Expand Down

0 comments on commit e9bea56

Please sign in to comment.