Skip to content

Commit

Permalink
Merge pull request #97 from yetanalytics/revert-96-update-actions
Browse files Browse the repository at this point in the history
Revert "Update GitHub actions"
  • Loading branch information
kelvinqian00 authored Sep 24, 2024
2 parents d50629c + 9350e96 commit 97e4e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup CD Environment
uses: yetanalytics/action-setup-env@v2
uses: yetanalytics/actions/setup-env@v0.0.4

- name: Extract version
id: version
run: echo version=${GITHUB_REF#refs\/tags\/v} >> $GITHUB_OUTPUT

- name: Build and deploy to Clojars
uses: yetanalytics/action-deploy-clojars@v2
uses: yetanalytics/action-deploy-clojars@v1.1.0
with:
artifact-id: 'lrs'
resource-dirs: '["resources"]'
Expand Down
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ jobs:
test:
strategy:
matrix:
target:
- test-lib-clj
- test-lib-cljs
- test-conformance-clj-sync
- test-conformance-clj-async
- test-conformance-cljs
- npm-audit
target: [test-lib-clj, test-lib-cljs, test-conformance-clj-sync, test-conformance-clj-async, test-conformance-cljs, npm-audit]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Setup CI Environment
uses: yetanalytics/action-setup-env@v2
uses: yetanalytics/actions/setup-env@v0.0.4

- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}

0 comments on commit 97e4e86

Please sign in to comment.