Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #3

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
44978dc
Update README.md
pramodhm112 Mar 9, 2020
f1ad9fc
Update README.md
pramodhm112 Mar 9, 2020
4d27b25
Update README.md
pramodhm112 Mar 9, 2020
c9a51a9
Update README.md
pramodhm112 Jun 30, 2020
4666a2c
Update maven.yml
pramodhm112 Jun 30, 2020
8e4a03a
Update README.md
pramodhm112 Jun 30, 2020
0cf1279
Update README.md
pramodhm112 Jun 30, 2020
cad1fcb
Update maven.yml
pramodhm112 Jun 30, 2020
02328d7
Update maven.yml
pramodhm112 Jun 30, 2020
ca9191a
Update maven.yml
pramodhm112 Jun 30, 2020
7137cbf
Update settings.xml
pramodhm112 Jun 30, 2020
edf5077
Update pom.xml
pramodhm112 Jun 30, 2020
d841f65
Create codeql-analysis.yml
pramodhm112 Jul 23, 2020
cde98f7
Update README.md
pramodhm112 Jul 23, 2020
7e2ba07
Update MySum_Test.java
pramodhm112 Aug 10, 2020
bec7fd2
Update maven.yml
pramodhm112 Aug 10, 2020
4a4dfb4
Update pom.xml
pramodhm112 Aug 10, 2020
9954035
Comment Added
pramodhm112 Aug 26, 2020
68bb202
Set up CI with Azure Pipelines
pramodhm112 Sep 14, 2020
8fa3b1e
Set up CI with Azure Pipelines
pramodhm112 Sep 14, 2020
1c5aa55
Update azure-pipelines-1.yml for Azure Pipelines
pramodhm112 Sep 14, 2020
9b30ec0
Update azure-pipelines-1.yml for Azure Pipelines
pramodhm112 Sep 14, 2020
1b51e24
Update azure-pipelines-1.yml for Azure Pipelines
pramodhm112 Sep 14, 2020
0ae830c
Update azure-pipelines-1.yml for Azure Pipelines
pramodhm112 Sep 14, 2020
642fe2b
Update azure-pipelines-1.yml for Azure Pipelines
pramodhm112 Sep 14, 2020
b13cc9b
Set up CI with Azure Pipelines
pramodhm112 Sep 15, 2020
d90ebb0
Update azure-pipelines.yml for Azure Pipelines
pramodhm112 Sep 15, 2020
1476638
Updtae MySum.java for CodeQL Test
pramodhm112 Sep 21, 2020
9d36074
Update MySum.java
pramodhm112 Sep 21, 2020
948337c
Update MySum.java
pramodhm112 Sep 21, 2020
579d6f1
Update codeql-analysis.yml
pramodhm112 Sep 21, 2020
d3c9f53
Update pom.xml
pramodhm112 Sep 22, 2020
36ac1be
Update pom.xml
pramodhm112 Sep 23, 2020
dd0e167
Update pom.xml
pramodhm112 Sep 23, 2020
6ca9ffd
Update maven.yml
pramodhm112 Sep 23, 2020
33e624d
Update settings.xml
pramodhm112 Sep 23, 2020
46fc39f
Update pom.xml
pramodhm112 Sep 23, 2020
307e540
Update pom.xml
pramodhm112 Sep 23, 2020
1798c6d
Update pom.xml
pramodhm112 Sep 23, 2020
6f1aa3c
Update settings.xml
pramodhm112 Sep 23, 2020
6ce6be6
Update settings.xml
pramodhm112 Sep 23, 2020
576a9b8
Update pom.xml
pramodhm112 Sep 23, 2020
7a11058
Update azure-pipelines.yml for Azure Pipelines
pramodhm112 Feb 9, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update maven.yml
pramodhm112 authored Aug 10, 2020
commit bec7fd2af794814ea9b69a0df45034fbcf89da02
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on: [push]
jobs:
build:

runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1