Skip to content

Commit

Permalink
Merge pull request #87 from Crunch-io/issue_085
Browse files Browse the repository at this point in the history
CI adjustments for #85
  • Loading branch information
1beb authored Apr 16, 2020
2 parents 9f44e03 + 17a327b commit 8e4ada8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ jobs:
- name: Check
run: |
R CMD check --no-vignettes --no-manual crunchtabs_*.tar.gz
- name: Repository Dispatch
run: |
curl -X POST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/yougov-datascience/crunchtabs_internal_tests/dispatches --data '{"event_type": "crunchtabs_hook"}'
15 changes: 15 additions & 0 deletions .github/workflows/internal_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: internal_tests

on:
push:
branches:
- develop
- master

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
run: |
curl -X POST -u "${{ secrets.PAT_USERNAME }}:${{ secrets.PAT_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/yougov-datascience/crunchtabs_internal_tests/dispatches --data '{"event_type": "crunchtabs_hook"}'
9 changes: 5 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## crunchtabs 1.2.2

* Make categorical arrays in toplines smarter
* Add ability to specify column width of stub in crosstab and categorical array via format_value_column_exceptions
* Adding significant documentation
* Adding more tests
* Make categorical arrays in toplines smarter (#67)
* Add ability to specify column width of stub in crosstab and categorical array via format_value_column_exceptions (#77)
* Adding significant documentation (#66)
* Adding more tests (#11)
* Updates to CI and development setup (#68)

## crunchtabs 1.2.1

Expand Down

0 comments on commit 8e4ada8

Please sign in to comment.