forked from UCLALibrary/oral-history
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Only need to build and deploy solr for dev not prod
1 parent
ba0b96b
commit c98c360
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,17 +25,13 @@ jobs: | |
with: | ||
platforms: "linux/amd64" | ||
webTarget: web | ||
workerTarget: web | ||
solrTarget: solr | ||
test: | ||
needs: build | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
with: | ||
webTarget: web | ||
workerTarget: web | ||
lint: | ||
needs: build | ||
uses: scientist-softserv/actions/.github/workflows/[email protected] | ||
with: | ||
webTarget: web | ||
workerTarget: web | ||
webTarget: web |