From 061a51ff008066d83b3dca5fa36ad840b563abfd Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 18:45:52 +0200 Subject: [PATCH 1/6] Create rmlockwood.yml --- .github/workflows/rmlockwood.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/rmlockwood.yml diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml new file mode 100644 index 0000000..e42104d --- /dev/null +++ b/.github/workflows/rmlockwood.yml @@ -0,0 +1,31 @@ +# This is your hello Github Actions file + +name: Hello Germany! + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the main branch + pull_request: + branches: [ main ] + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + # This workflow contains a single job called "build" + build: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + + # Run a single command using the runners shell + - name: Github json + run: echo '${{ toJSON(github) }}' +# Below you can see how a second job named test could be added that runs on windows and has its own steps +# test: +# runs-on: windows-latest +# +# steps: + \ No newline at end of file From 69155b735b40c5e0105cd3e3a115f0d1f25265ec Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 18:54:42 +0200 Subject: [PATCH 2/6] Update rmlockwood.yml --- .github/workflows/rmlockwood.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml index e42104d..8594b0d 100644 --- a/.github/workflows/rmlockwood.yml +++ b/.github/workflows/rmlockwood.yml @@ -22,7 +22,7 @@ jobs: # Run a single command using the runners shell - name: Github json - run: echo '${{ toJSON(github) }}' + #run: echo '${{ toJSON(github) }}' # Below you can see how a second job named test could be added that runs on windows and has its own steps # test: # runs-on: windows-latest From c40203c96524c11c01563c0f5a1fc04123dc92ce Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 19:06:42 +0200 Subject: [PATCH 3/6] Update rmlockwood.yml --- .github/workflows/rmlockwood.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml index 8594b0d..0189ec6 100644 --- a/.github/workflows/rmlockwood.yml +++ b/.github/workflows/rmlockwood.yml @@ -23,6 +23,7 @@ jobs: # Run a single command using the runners shell - name: Github json #run: echo '${{ toJSON(github) }}' + run: dotnet build # Below you can see how a second job named test could be added that runs on windows and has its own steps # test: # runs-on: windows-latest From bc07067b043405abc61f132f410ba0f74eed5c61 Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 19:20:45 +0200 Subject: [PATCH 4/6] Update rmlockwood.yml --- .github/workflows/rmlockwood.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml index 0189ec6..6db24db 100644 --- a/.github/workflows/rmlockwood.yml +++ b/.github/workflows/rmlockwood.yml @@ -23,6 +23,7 @@ jobs: # Run a single command using the runners shell - name: Github json #run: echo '${{ toJSON(github) }}' + run: cd TestReactProject run: dotnet build # Below you can see how a second job named test could be added that runs on windows and has its own steps # test: From ef3c999e262ad44392442c8671a3b09f9c7629be Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 19:24:37 +0200 Subject: [PATCH 5/6] Update rmlockwood.yml --- .github/workflows/rmlockwood.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml index 6db24db..7f0ccb7 100644 --- a/.github/workflows/rmlockwood.yml +++ b/.github/workflows/rmlockwood.yml @@ -23,7 +23,7 @@ jobs: # Run a single command using the runners shell - name: Github json #run: echo '${{ toJSON(github) }}' - run: cd TestReactProject + run: cd TestReactProjectx run: dotnet build # Below you can see how a second job named test could be added that runs on windows and has its own steps # test: From 4e0a2ad914ff51be9297d059d66e66bc52e88c2b Mon Sep 17 00:00:00 2001 From: rmlockwood Date: Fri, 6 May 2022 19:25:44 +0200 Subject: [PATCH 6/6] Update rmlockwood.yml --- .github/workflows/rmlockwood.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rmlockwood.yml b/.github/workflows/rmlockwood.yml index 7f0ccb7..4f05b2d 100644 --- a/.github/workflows/rmlockwood.yml +++ b/.github/workflows/rmlockwood.yml @@ -23,7 +23,7 @@ jobs: # Run a single command using the runners shell - name: Github json #run: echo '${{ toJSON(github) }}' - run: cd TestReactProjectx + #run: cd TestReactProject run: dotnet build # Below you can see how a second job named test could be added that runs on windows and has its own steps # test: