Giter VIP home page Giter VIP logo

githubactions's Introduction

Test Powershell Github Actions

Tipps:

  • Groß-/Kleinschreibung bei Dateinamen beachten!
  • immer relative Pfadangaben machen, also .\Datei.xyz anstatt Datei.xyz
  • ein Fehler lässt einen Job abbrechen
  • $env:GITHUB_WORKSPACE in Powershell steht für $GITHUB_WORKSPACE
  • die maximale Laufzeit sind 6 Stunden, dann gibts diese Fehlermeldung: "The job running on runner Hosted Agent has exceeded the maximum execution time of 360 minutes.", weitere Einschränkungen findet man hier: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration#usage-limits
  • man kann mehrere parallele Tests ablaufen lassen indem man eine Matrix einrichtet:
      strategy:
        matrix:
          VariablenName: ['', 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14]

man verwendet dann

     env:
          VariablenName: ${{ matrix.VariablenName }}

um beim betreffenden Prozess die Umgebungsvariable VariablenName verfügbar zu machen, hier in Powershell:

$env:VariablenName

githubactions's People

Contributors

newyear2006 avatar

Watchers

 avatar

githubactions's Issues

Powershell BLE Scanner script

Hi
Es tut mir leid, Ihnen hierher zu schreiben, aber ich habe Ihr sehr interessantes Skript zu BLE mit Powershell gefunden.
Die Ereignislogik scheint in meinem Fall nicht zu funktionieren, aber ich denke, das wissen Sie bereits.
Haben Sie jemals eine Problemumgehung gefunden, um den Empfang eines BLE-Werbefeuers in irgendeiner Weise auszulösen?
Vielen Dank

sorry to write you here, but I've found your very interesting script about BLE with Powershell.
The event logic doesn't seem to work in my case, but I think you already know that..
Have you ever found a workaround to have the a BLE advertisement beacon trigger the received even in any way?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.