Skip to content

Commit

Permalink
Use new elm binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewMacmurray committed Nov 7, 2023
1 parent 3288b5a commit 10cf4d2
Show file tree
Hide file tree
Showing 4 changed files with 136 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 @@ -23,7 +23,6 @@ jobs:

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: jorelali/setup-elm@v5
- run: npm install

- name: Run Unit Tests
Expand All @@ -46,7 +45,6 @@ jobs:

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: jorelali/setup-elm@v5
- run: npm install

- name: Run Integration Tests
Expand All @@ -66,7 +64,6 @@ jobs:

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: jorelali/setup-elm@v5
- run: npm install

- name: Verify Docs Compile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/setup-node@v3
- run: npm run check-versions
- run: npm install
- uses: jorelali/setup-elm@v5
- uses: dillonkearns/elm-publish-action@v1
id: elm-package-publish
with:
Expand Down
138 changes: 135 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"author": "Andrew MacMurray",
"license": "MIT",
"devDependencies": {
"elm": "^0.19.1-6",
"elm-doc-preview": "^1.0.7",
"elm-review": "^2.10.2",
"elm-test": "^0.19.1-revision12",
Expand Down

0 comments on commit 10cf4d2

Please sign in to comment.