Jan Jurzitza
3b047441fd
update setup-dlang to v1.0.2 ( #763 )
...
This fixes the previous version using the outdated `::set-env` command which is disabled now. (See https://github.com/dlang-community/setup-dlang/issues/34 )
Co-authored-by: Andy McKay <andymckay@github.com >
Co-authored-by: Josh Gross <joshmgross@github.com >
2021-01-04 13:44:59 -05:00
Andy McKay
6c0603b492
Merge branch 'main' into ghc-8.10-cabal-3.2
2021-01-04 08:33:47 -08:00
Andy McKay
9959a5d8cd
Merge branch 'main' into python-3.9
2021-01-04 08:32:40 -08:00
William Entriken
ebda693bc0
Add every version of Node.js that is supported upstream ( #754 )
2021-01-04 11:16:33 -05:00
Rui Chen
d5de0a136a
python: include python 3.9 for the build
2021-01-02 16:26:06 -05:00
Rui Chen
f9cb2aceea
haskell: ghc 8.10 and cabal 3.2
...
Signed-off-by: Rui Chen <rui@chenrui.dev >
2021-01-02 16:06:19 -05:00
Andy McKay
26b1c798c4
Merge branch 'main' into main
2020-12-18 12:57:36 -08:00
Andy McKay
1611798954
Update ci/laravel.yml
2020-12-18 12:54:48 -08:00
Yashovardhan Dhanania
916f29234a
Android: Granting execute permission for gradlew ( #70 )
...
* Granting execute permission for gradlew
In https://github.com/yashovardhan99/HealersDiary , while testing this action, I noticed `./gradlew build` fails because it does not have execute permissions. Adding the execute permissions using `chmod` fixes this issue.
* fixing line endings
This should fix it
* Renormalizing changes
2020-12-18 15:01:28 -05:00
Bikram Lama
038c492e5d
Added PHP version (default 8.0)
2020-12-17 01:57:39 +05:45
John Bohannon
59b02379ec
Merge branch 'main' into bharathkkb-patch-1
2020-12-15 09:50:04 -05:00
Bharath KKB
ab930e94bf
fix cluster var
2020-12-14 18:59:18 -06:00
Bharath KKB
c5e7bc70b5
use GKE action for credentials
2020-12-14 18:49:58 -06:00
Bharath KKB
14acff1f1e
fix: switch to new google actions org
2020-12-14 18:38:42 -06:00
Rainer Sigwald
2c1a53ec93
Don't build when running tests
...
If the workflow is going to split restore, build, and test into separate
steps, each should use the result of the prior. Build was invoked with
`--no-restore` but test was restoring, building, and then testing.
2020-12-10 17:45:12 +00:00
Rainer Sigwald
0c4ccab691
Don't specify configuration for dotnet build
...
Since `dotnet test` below didn't specify the Release configuration,
it used the default configuration (generally Debug).
2020-12-10 17:45:12 +00:00
Rainer Sigwald
b05136d6b3
Nit: Title restore step with "restore"
...
This is more like how folks generally refer to it in .NET-land.
2020-12-10 17:41:44 +00:00
Rainer Sigwald
4dae3bbf12
Update .NET Core branding to .NET
...
Per the branding that .NET 5.0 is the next release after .NET Core 3.1.
2020-12-10 17:40:37 +00:00
David A Roberts
778f6e55ec
Add conda to system path
2020-12-05 09:30:21 +10:00
Ben McMorran
5df85a656f
Merge branch 'main' into add-msbuild-cpp-workflow
2020-12-02 09:28:27 -08:00
Andy McKay
04faecd243
Update ruby.yml
...
Noticed that this version of setup-ruby causes problems with the `set-env` deprecation. This just bumps it up to the latest commit on https://github.com/ruby/setup-ruby/
2020-12-01 13:40:54 -08:00
Tim Etchells
cfbd40a9c2
Add Dockerfile category to openshift workflow
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 13:03:33 -05:00
Tim Etchells
443491da63
Add GitHub disclaimer
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 11:17:47 -05:00
Tim Etchells
6a074bcdf6
Update OpenShift starter with new actions
...
Signed-off-by: Tim Etchells <tetchell@redhat.com >
2020-11-30 11:15:59 -05:00
Ben McMorran
3f9a0a4044
Merge branch 'main' into add-msbuild-cpp-workflow
2020-11-25 12:25:48 -08:00
Andy McKay
54c9648f3b
Merge branch 'main' into patch-1
2020-11-24 13:37:06 -08:00
Andy McKay
6ff9ab42eb
Merge branch 'main' into patch-1
2020-11-24 13:23:26 -08:00
Oliver Stäbler
64f653a809
Build/Test all go packages
...
Use the "..." pattern to build/test all go packages in a repository.
2020-11-24 21:16:36 +01:00
Robert Rosca
0e2cd77dc8
Use consistent calls to pip
...
`pip` was called in two different ways which is a bit inconsistent, this change just makes it so that it is called in the same way both times.
2020-11-23 11:13:06 +01:00
Christopher Schleiden
bfb45aec41
Shorten the description
2020-11-19 14:21:12 -08:00
Christopher Schleiden
ef7878c3e6
Add workflow_dispatch trigger to the default empty workflow
2020-11-19 14:07:15 -08:00
Ben McMorran
92d9a2c433
Add MSBuild C/C++ starter workflow
2020-11-13 13:53:37 -08:00
Anders Hovmöller
33c4d0afcb
Prepare python-package.yml for python 3.10
...
Python 3.10 is coming soon, and this will cause problems with the code as currently written. The python versions are written as floats and not strings, which will mean that 3.10 == 3.1, which is going to be very surprising.
2020-11-10 13:57:09 +01:00
Andy McKay
07d00868c1
Merge branch 'main' into patch-1
2020-11-09 12:31:19 -08:00
Devon Carew
1e97b0eba7
Update dart.yml
...
Change to sentence fragment case for the step names
2020-11-09 09:54:52 -08:00
Kayla Ngan
cfb65e2931
Merge branch 'main' into revert-639-kaylangan-publish-docker-to-ghcr
2020-11-06 11:08:22 -05:00
Devon Carew
6566b994c5
Merge branch 'main' into patch-1
2020-11-05 14:50:13 -08:00
Usha N
5aeeb19100
Update azure.yml
2020-11-05 22:32:30 +05:30
Kayla Ngan
f75012de65
Revert "Update Publish Docker template to publish to GitHub Container Registry"
2020-11-04 16:32:58 -05:00
Usha N
e2510e2a62
Updating the pre-req configuration steps
...
For Linux Apps, Developers need to set a new app setting called WEBSITE_WEBDEPLOY_USE_SCM and set to `true` before downloading the publish profile.
2020-11-03 18:21:34 +05:30
Devon Carew
17e1df2111
Update dart.yml
...
Review comments from @mit-mit.
2020-11-02 09:07:53 -08:00
Devon Carew
f938476d14
Update dart.yml
2020-10-30 12:46:33 -07:00
Andy McKay
93e3710ab0
Merge branch 'main' into fix-cmake-docs
2020-10-21 13:27:46 -07:00
Nick Schonning
b1cd56fafa
chore: Remove id for go install
...
The ID isn't used in other steps of the script
2020-10-19 20:26:29 -04:00
kszonek
e24322bcc0
Fix docs link in cmake CI file
2020-10-19 21:30:11 +02:00
Luca Stocchi
12319ff7de
update branch
...
Signed-off-by: Luca Stocchi <lstocchi@redhat.com >
2020-09-28 17:10:57 +02:00
Luca Stocchi
545967cef7
Add support for OpenShift Action
...
Signed-off-by: Luca Stocchi <lstocchi@redhat.com >
2020-09-28 16:59:32 +02:00
Alessandro
732e5a4fed
Fix rubygems step
...
With GitHub Packages everything is ok, but we had a problem with "bearer" in the RubyGems step.
We solved when we removed the bearer in the ruby gem step.
Is it ok?
Repo with our test (https://github.com/rubynetti/amico-db )
2020-09-17 17:11:19 +02:00
Henry Harutyunyan
4fc839617b
Fix on step name for pylint action
...
On analyzing the code with `pylint`, the name of the step is `Test with pytest`, which is certainly not what it does.
2020-09-16 14:49:17 +04:00
Cameron Booth
c6ccc6f609
Update to use the $registry-url() token
2020-09-09 15:42:40 -07:00