From 2932794de6789ae6380c00411d3f9b1b4e7bc60e Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Wed, 8 Nov 2023 01:42:43 +0700 Subject: [PATCH 1/2] feat: exclude `JSON` and `CSV` resources fixes #48 Signed-off-by: Fery Wardiyanto --- resources/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 resources/.gitattributes diff --git a/resources/.gitattributes b/resources/.gitattributes new file mode 100644 index 0000000..b2185b9 --- /dev/null +++ b/resources/.gitattributes @@ -0,0 +1,2 @@ +csv export-ignore +json export-ignore From 4772c04d426736158080347aa2170c5f6b537bae Mon Sep 17 00:00:00 2001 From: Fery Wardiyanto Date: Wed, 8 Nov 2023 01:55:21 +0700 Subject: [PATCH 2/2] chore(ci): clean up residue from prior tests nitip Signed-off-by: Fery Wardiyanto --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b83aef..04566da 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,6 @@ name: Tests on: pull_request: branches: [main] - # types: [labeled] push: branches: [main] # paths: ['.github/**.yml', 'src/*', 'tests/*'] @@ -13,7 +12,6 @@ env: CC_TEST_REPORTER_URL: ${{ vars.CC_TEST_REPORTER_URL }} DB_USERNAME: creasico DB_PASSWORD: secret - # GIT_COMMIT_SHA: ${{ github.sha }} concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -25,7 +23,6 @@ jobs: runs-on: ubuntu-latest env: DB_NUSA: nusantara - GIT_BRANCH: ${{ github.ref }} outputs: composer-cache: ${{ steps.composer-cache.outputs.dir }}