Questions tagged [runner]

250 questions
-1
votes
1 answer

How can I fix broken delay in pygame?

I have been making a basic runner game. This is only the first part. I added delay, so that when the character jumps up, it doesn't go back down automatically, but it works kind of wrong. This is the code: import pygame screen =…
-1
votes
0 answers

Syntax error when trying github runners as environment variable as input to strategy matrix

This issue is reproducible. Simply paste the receivertest.yml in your GitHub workflow and you will see the error I m reporting. Below is my caller workflow callertest.yml file: --- name: Testcasecaller on: workflow_dispatch jobs: …
Ashar
  • 2,942
  • 10
  • 58
  • 122
-1
votes
1 answer

How to get what the runner name is inside the github actions workflow?

I have a github actions workflow which contains below snippets. runs-on: - ubuntu-latest - some-self-hosted-runner Is there a way to get the value of runner like ubuntu-latest or some-self-hosted-runner inside the workflow so that I can…
Underoos
  • 4,708
  • 8
  • 42
  • 85
-1
votes
1 answer

Failed to run a test in Android studio because androidx.test.runner not found

I have coded an test class in my app and it is written correctly because I checked it by ChatGPT. but when I run it I get the error: Could not find androidx.test.runner:1.4.0:. I have this line in my dependencies though. I have checked newer…
-1
votes
2 answers

Not able to launch Cypress Runner

When I enter command C:\Users\gurpr\Documents\Cypress_demo>node_modules\.bin\cypress open, I am getting the error Error: Cannot find module 'C:\Users\gurpr\Documents\Cypress_demo\node_modules\cypress\bin\cypress' [90m at…
user12599899
  • 21
  • 1
  • 1
-1
votes
2 answers

on which branch is the actual/latest tag

I want to start a job (with the runner in Gitlab) if I tag a branch with "Local" or "Online". When I tag a branch with "Local" the job doesn't know with which branch he has to do the job. I want to push the branch with the last Tag "Local" on a…
Crystal
  • 1
  • 1
-1
votes
1 answer

Haw can i call the code only once in the Update() function?

So I am tryng to make a game in unity using C# code, now...I have a cube that jumps on pylons... It's an infinite runner game. The problem is that I want to spawn the pylons based on the distance that the cube has traveled... Let say that the cube…
Dinu Adrian
  • 129
  • 2
  • 13
-1
votes
1 answer

Hero flips down but not back up

I have this game I'm making and in the game the player dodges block by moving under or over this beam-like ground. So far I have everything down except for the fact that the hero doesn't flip back up when he flips down. This is the code i used: func…
-2
votes
1 answer

Karate- Getting NoClassDefFoundError when running the Test Runner as Junit

I am getting the below error when i run the test runner class as a junit test.I am using Java 1.8 U212 ...and just trying to run a dummy Soap project...has anyone come across this error? Below is the Test Runner class that i am using: package…
Pooja Wadhwa
  • 37
  • 2
  • 5
-3
votes
1 answer

Runner eclipse plugin doesn't show uncategorized folder

When I go to the runner tab in eclipse, I can not find the uncategorized folder. It does not appear! There is no relevant information in the eclipse's marketplace https://marketplace.eclipse.org/content/eclipse-runner I am using eclipse neon, in the…
Luis Montano
  • 51
  • 1
  • 6
1 2 3
16
17