diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7c75ee..5a60f1e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"}' diff --git a/.github/workflows/internal_tests.yml b/.github/workflows/internal_tests.yml new file mode 100644 index 00000000..058eee1f --- /dev/null +++ b/.github/workflows/internal_tests.yml @@ -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"}' diff --git a/NEWS.md b/NEWS.md index 95be29ca..c8bd4b79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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